Skip to content

Commit

Permalink
upload sigstore bundle as an artifact (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
sami-alajrami authored May 13, 2024
1 parent 33b6d75 commit 5c0bcb8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/binary_provenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,12 @@ jobs:
sbom-path: '${{matrix.artifact.template_name}}-sbom.spdx.json'
subject-name: ${{matrix.artifact.template_name}}
subject-digest: sha256:${{ env.FINGERPRINT }}

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

- uses: actions/upload-artifact@v4
with:
name: sbom-attest-jsonl-bundle
path: ${{ steps.sbom-attest.outputs.bundle-path }}
retention-days: 1

- name: Report artifact to Kosli
env:
Expand Down

0 comments on commit 5c0bcb8

Please sign in to comment.