mirror of
https://github.com/forkless/NotAlterra.git
synced 2026-08-19 09:35:12 +02:00
fix SBOM naming with github.ref_name, clean up extra SBOM file
This commit is contained in:
@@ -73,7 +73,9 @@ jobs:
|
||||
with:
|
||||
path: .
|
||||
format: cyclonedx-json
|
||||
output-file: builds/notalterra-sbom.cdx.json
|
||||
output-file: builds/notalterra-${{ github.ref_name }}-sbom.cdx.json
|
||||
- name: Clean up extra SBOM
|
||||
run: rm -f builds/NotAlterra-build.cyclonedx.json
|
||||
- name: Generate hashes
|
||||
id: hash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user