Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(sbom-tools): add CodeQL integration scripts #325

Merged
merged 6 commits into from
May 23, 2024

Conversation

addaleax
Copy link
Contributor

Usage (e.g. in mongosh):

npx mongodb-sbom-tools fetch-codeql-results \
  --sarif-dest=.sbom/codeql.sarif.json \
  --dependencies=.sbom/dependencies.json \
  --exclude-repos=mongodb-js/kerberos && \
npx mongodb-sbom-tools sarif-to-markdown \
  --sarif=.sbom/codeql.sarif.json \
  --md=.sbom/codeql.md

Description

Open Questions

Checklist

Usage (e.g. in mongosh):

```
npx mongodb-sbom-tools fetch-codeql-results \
  --sarif-dest=.sbom/codeql.sarif.json \
  --dependencies=.sbom/dependencies.json \
  --exclude-repos=mongodb-js/kerberos && \
npx mongodb-sbom-tools sarif-to-markdown \
  --sarif=.sbom/codeql.sarif.json \
  --md=.sbom/codeql.md
```
@addaleax addaleax force-pushed the sbom-tools-add-codeql-integrations branch from b9c8960 to ca78eb1 Compare May 23, 2024 12:17
@addaleax addaleax marked this pull request as ready for review May 23, 2024 13:58
Copy link
Contributor

@kmruiz kmruiz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing work!!

@addaleax addaleax merged commit aef6ff9 into main May 23, 2024
5 checks passed
@addaleax addaleax deleted the sbom-tools-add-codeql-integrations branch May 23, 2024 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants