Skip to content

Commit be92b19

Browse files
authored
CM-50468 - Add deno json file support for SCA (#329)
1 parent 540e340 commit be92b19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cycode/cli/consts.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
'package-lock.json',
7474
'yarn.lock',
7575
'deno.lock',
76+
'deno.json',
7677
'pnpm-lock.yaml',
7778
'npm-shrinkwrap.json',
7879
'packages.config',
@@ -136,6 +137,7 @@
136137
'.npmrc',
137138
'pnpm-lock.yaml',
138139
'deno.lock',
140+
'deno.json',
139141
],
140142
'nuget': ['packages.config', 'project.assets.json', 'packages.lock.json', 'nuget.config'],
141143
'ruby_gems': ['Gemfile', 'Gemfile.lock'],

0 commit comments

Comments
 (0)