We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae93932 commit 673f60dCopy full SHA for 673f60d
.github/workflows/nodejs.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: pnpm install
35
run: |
36
corepack pnpm install --config.strict-dep-builds=true
37
- python3 -m pip install --pre owasp-depscan atom-tools
+ python3 -m pip install --pre owasp-depscan[all] atom-tools
38
- name: check sbom for vulns
39
40
node bin/cdxgen.js -t js -o $(pwd)/reports/sbom-build-js.cdx.json --no-recurse --profile research $(pwd)
0 commit comments