Skip to content

Commit 53db756

Browse files
committed
CM-50468-Add deno lock file support for SCA
1 parent 590e61f commit 53db756

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cycode/cli/consts.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
'package.json',
7373
'package-lock.json',
7474
'yarn.lock',
75+
'deno.lock',
7576
'pnpm-lock.yaml',
7677
'npm-shrinkwrap.json',
7778
'packages.config',
@@ -127,7 +128,7 @@
127128
'go': ['go.sum', 'go.mod', 'go.mod.graph', 'Gopkg.lock'],
128129
'maven_pom': ['pom.xml'],
129130
'maven_gradle': ['build.gradle', 'build.gradle.kts', 'gradle.lockfile'],
130-
'npm': ['package.json', 'package-lock.json', 'yarn.lock', 'npm-shrinkwrap.json', '.npmrc', 'pnpm-lock.yaml'],
131+
'npm': ['package.json', 'package-lock.json', 'yarn.lock', 'npm-shrinkwrap.json', '.npmrc', 'pnpm-lock.yaml','deno.lock'],
131132
'nuget': ['packages.config', 'project.assets.json', 'packages.lock.json', 'nuget.config'],
132133
'ruby_gems': ['Gemfile', 'Gemfile.lock'],
133134
'sbt': ['build.sbt', 'build.scala', 'build.sbt.lock'],

0 commit comments

Comments
 (0)