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 16a8a24 commit de91940Copy full SHA for de91940
.github/workflows/sbom.yml
@@ -42,7 +42,7 @@ jobs:
42
source .venv/bin/activate
43
pip install -r requirements.txt
44
pip install .
45
- npx cdxgen -t python --exclude "uv.lock" --exclude "requirements/**" --exclude "requirements.txt" --spec-version 1.5 --json-pretty -o sbom.json
+ npx @cyclonedx/cdxgen -t python --exclude "uv.lock" --exclude "requirements/**" --exclude "requirements.txt" --spec-version 1.5 --no-validate --json-pretty -o sbom.json
46
env:
47
FETCH_LICENSE: true
48
0 commit comments