Skip to content

Commit

Permalink
fix gh attestation digest format (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
sami-alajrami authored May 13, 2024
1 parent e9497e8 commit 785a160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binary_provenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{matrix.artifact.template_name}}
subject-digest: ${{ env.FINGERPRINT }}
subject-digest: sha256:${{ env.FINGERPRINT }}

- name: Generate SBOM for the binary
uses: anchore/sbom-action@v0
Expand All @@ -87,7 +87,7 @@ jobs:
with:
sbom-path: '${{matrix.artifact.template_name}}-sbom.spdx.json'
subject-path: ${{matrix.artifact.template_name}}
subject-digest: ${{ env.FINGERPRINT }}
subject-digest: sha256:${{ env.FINGERPRINT }}

- run: cat ${{ steps.sbom-attest.outputs.bundle-path }} || true

Expand Down

0 comments on commit 785a160

Please sign in to comment.