Fix output format for CycloneDX in SBOM generation step of CI workflow
All checks were successful
CI / scan-backend (push) Successful in 22s
OSV-Scanner Scheduled Scan / scan-scheduled (push) Successful in 38s
Generate SBOM / generate-sbom (push) Successful in 43s
CI / build-frontend (push) Successful in 49s
CI / build-backend (push) Successful in 22s

This commit is contained in:
2025-12-29 13:37:17 -06:00
parent 3662bda009
commit 2f1bf6a05a

View File

@@ -46,7 +46,7 @@ jobs:
run: |
mkdir -p sbom
trivy fs --format spdx-json --include-dev-deps --output sbom/sbom.spdx.json .
trivy fs --format cyclonedx-json --include-dev-deps --output sbom/sbom.cyclonedx.json .
trivy fs --format cyclonedx --include-dev-deps --output sbom/sbom.cyclonedx.json .
- name: Commit and Push Changes
run: |