ci: fix bandit nosec and cyclonedx-py syntax
Some checks failed
CI / Lint & Format (push) Failing after 20s
CI / Unit Tests (push) Has been skipped
CI / Memory Leak Check (push) Has been skipped
CI / SBOM Generation (push) Has been skipped
CI / Security Scan (push) Successful in 24s
CI / Security Tests (push) Has been skipped

This commit is contained in:
Username
2025-12-25 21:01:55 +01:00
parent de39a36174
commit 033751d8e5
2 changed files with 3 additions and 3 deletions

View File

@@ -208,7 +208,7 @@ jobs:
- name: Generate SBOM
run: |
# Generate CycloneDX SBOM for supply chain transparency
cyclonedx-py requirements requirements.txt -o sbom.json --format json
cyclonedx-py requirements requirements.txt -o sbom.json --of json
echo "SBOM generated with $(jq '.components | length' sbom.json) components"
- name: Validate SBOM