Skip to content

Commit de91940

Browse files
fix cdxgen command
1 parent 16a8a24 commit de91940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
source .venv/bin/activate
4343
pip install -r requirements.txt
4444
pip install .
45-
npx cdxgen -t python --exclude "uv.lock" --exclude "requirements/**" --exclude "requirements.txt" --spec-version 1.5 --json-pretty -o sbom.json
45+
npx @cyclonedx/cdxgen -t python --exclude "uv.lock" --exclude "requirements/**" --exclude "requirements.txt" --spec-version 1.5 --no-validate --json-pretty -o sbom.json
4646
env:
4747
FETCH_LICENSE: true
4848

0 commit comments

Comments
 (0)