From efdefcb07ac45ff841777eac27860d31e57b9ae8 Mon Sep 17 00:00:00 2001 From: "liron.kotev" Date: Wed, 6 Aug 2025 17:52:20 +0300 Subject: [PATCH] CM-50468 - Add deno json file support for SCA Signed-off-by: liron.kotev --- cycode/cli/consts.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cycode/cli/consts.py b/cycode/cli/consts.py index c223110b..18939156 100644 --- a/cycode/cli/consts.py +++ b/cycode/cli/consts.py @@ -73,6 +73,7 @@ 'package-lock.json', 'yarn.lock', 'deno.lock', + 'deno.json', 'pnpm-lock.yaml', 'npm-shrinkwrap.json', 'packages.config', @@ -136,6 +137,7 @@ '.npmrc', 'pnpm-lock.yaml', 'deno.lock', + 'deno.json', ], 'nuget': ['packages.config', 'project.assets.json', 'packages.lock.json', 'nuget.config'], 'ruby_gems': ['Gemfile', 'Gemfile.lock'],