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
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user