We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4310b55 + 37103b1 commit 04d2b00Copy full SHA for 04d2b00
.github/workflows/release.yaml
@@ -60,7 +60,6 @@ jobs:
60
args: release --clean
61
env:
62
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63
- GITHUB_SBOM_PATH: ./sbom.spdx.json
64
# attest artefacts
65
- uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
66
with:
.goreleaser.yaml
@@ -83,5 +83,5 @@ docker_manifests:
83
84
release:
85
extra_files:
86
- - glob: "{{ .Env.GITHUB_SBOM_PATH }}"
+ - glob: ./sbom.spdx.json
87
name_template: "{{ .ProjectName }}.v{{ .Version }}.sbom.spdx.json"
0 commit comments