Skip to content

Commit

Permalink
Bump slsa-provenance-action to v0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Franssen <marco.franssen@philips.com>
  • Loading branch information
marcofranssen committed Feb 15, 2022
1 parent 768da7b commit 0a9e574
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ jobs:

steps:
- name: Generate provenance for release
uses: philips-labs/slsa-provenance-action@v0.4.0
uses: philips-labs/slsa-provenance-action@v0.7.0
with:
artifact_path: release-assets
output_path: 'build.provenance'
tag_name: "${{ github.ref_name }}"
command: generate
subcommand: github-release
arguments: --artifact-path release-assets --output-path provenance.att --tag-name ${{ github.ref_name }}
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 0a9e574

Please sign in to comment.