Skip to content

Commit 7d9876a

Browse files
authored
chore(sbom-tools): update README with new commands (#341)
chore: update README with new commands
1 parent bbae9ec commit 7d9876a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/sbom-tools/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ And exposes a `mongodb-sbom-tools` binary providing the following commands:
1111
- `generate-vulnerability-report`: Generates a report of vulnerabilities from the output of snyk test and a dependencies json file containing all the dependencies.
1212
- `generate-3rd-party-notices`: Generates a 3rd party notices file based on the licenses information collected by the WebpackDependenciesPlugin. Also validates the licenses.
1313
- `scan-node-js`: A script to produce a list of vulnerabilities affecting a Node.js version in the same format as snyk test (useful as we are redistributing Node.js with mongosh).
14+
- `fetch-codeql-results`: A script to fetch CodeQL results from GitHub.
15+
- `sarif-to-markdown`: Convert SARIF CodeQL results to markdown.
1416

1517
### `WebpackDependenciesPlugin`
1618

0 commit comments

Comments
 (0)