Skip to content

Commit 24b7981

Browse files
committed
use cyclonedx
1 parent 98a4e36 commit 24b7981

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/quality-checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,15 +244,15 @@ jobs:
244244
scan-type: "fs"
245245
scan-ref: "."
246246
scanners: "vuln"
247-
format: "spdx-json"
248-
output: "sbom.spdx.json"
247+
format: "cyclonedx"
248+
output: "sbom.cdx.json"
249249
exit-code: "0"
250250
trivy-config: trivy.yaml
251251
- name: Upload sbom
252252
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
253253
with:
254-
name: sbom.spdx.json
255-
path: sbom.spdx.json
254+
name: sbom.cdx.json
255+
path: sbom.cdx.json
256256

257257
- name: Check python vulnerabilities
258258
if: ${{ steps.check_languages.outputs.uses_poetry == 'true' }}

0 commit comments

Comments
 (0)