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.
1 parent 801bbc7 commit c680436Copy full SHA for c680436
.github/workflows/go-release.yml
@@ -74,11 +74,11 @@ jobs:
74
attestations: write
75
strategy:
76
matrix:
77
- attestation: ${{ fromJSON(needs.goreleaser.outputs.upload-sbom-attestations) }}
+ attestation: ${{ needs.goreleaser.outputs.sbom-attestations }}
78
steps:
79
- uses: actions/download-artifact@v4
80
with:
81
- name: ${{ needs.goreleaser.outputs.upload-sbom-artifact }}
+ name: ${{ needs.goreleaser.outputs.sbom-artifact }}
82
- uses: actions/attest-sbom@v1
83
84
subject-path: ${{ matrix.attestation.subject }}
0 commit comments