Skip to content

Commit

Permalink
Merge pull request #130 from marcransome/slsa-provenance-release-intoto
Browse files Browse the repository at this point in the history
Download in-toto attestations in release job
  • Loading branch information
marcransome authored Mar 24, 2024
2 parents f042808 + bef053e commit 1dd0dc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ jobs:
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: ${{ needs.build.outputs.checksum-darwin-arm64 }}
- name: Download in-toto attestations file
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: flog.multiple.intoto.jsonl
- name: Upload release assets
uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2.0.4
with:
Expand Down

0 comments on commit 1dd0dc1

Please sign in to comment.