Skip to content

Commit 673f60d

Browse files
committed
Install full depscan
Signed-off-by: Prabhu Subramanian <[email protected]>
1 parent ae93932 commit 673f60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: pnpm install
3535
run: |
3636
corepack pnpm install --config.strict-dep-builds=true
37-
python3 -m pip install --pre owasp-depscan atom-tools
37+
python3 -m pip install --pre owasp-depscan[all] atom-tools
3838
- name: check sbom for vulns
3939
run: |
4040
node bin/cdxgen.js -t js -o $(pwd)/reports/sbom-build-js.cdx.json --no-recurse --profile research $(pwd)

0 commit comments

Comments
 (0)