Skip to content

Commit 98a4e36

Browse files
committed
correct sbom filename
1 parent fc616c9 commit 98a4e36

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/quality-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,14 +245,14 @@ jobs:
245245
scan-ref: "."
246246
scanners: "vuln"
247247
format: "spdx-json"
248-
output: "sbom.cdx.json"
248+
output: "sbom.spdx.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.cdx.json
255-
path: sbom.cdx.json
254+
name: sbom.spdx.json
255+
path: sbom.spdx.json
256256

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

0 commit comments

Comments
 (0)