Skip to content

Commit

Permalink
Removed docsify which is not required for generating docs (CycloneDX#…
Browse files Browse the repository at this point in the history
…1001)

Removed docsify which is not required for generating docs. Scan only required dependencies

Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu authored Apr 21, 2024
1 parent ff2bae4 commit 3fe36f0
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 1,829 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
CI: true
- name: check sbom for vulns
run: |
node bin/cdxgen.js -t js -o bom.json --no-recurse
node bin/cdxgen.js -t js -o bom.json --no-recurse --required-only
pip install appthreat-vulnerability-db[all]
vdb --download-image
vdb --bom bom.json
Expand Down
Loading

0 comments on commit 3fe36f0

Please sign in to comment.