File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 5050 runs-on : ubuntu-latest
5151 permissions : read-all
5252 steps :
53- # Note: this will be replaced with the GHA in the future.
54- # See https://github.com/slsa-framework/slsa-verifier/issues/95
5553 - name : Install SLSA verifier
5654 uses : slsa-framework/slsa-verifier/actions/installer@v2.0.1
5755 - name : Download assets
7169 while read -r line; do
7270 fn=$(echo $line | cut -d ' ' -f2)
7371 echo "Verifying $fn"
74- ./ slsa-verifier-linux-amd64 -artifact-path "$fn" \
75- - provenance "$PROVENANCE" \
76- - source "github.com/$GITHUB_REPOSITORY" \
77- -tag "$GITHUB_REF_NAME"
72+ slsa-verifier verify -artifact "$fn" \
73+ -- provenance-path "$PROVENANCE" \
74+ -- source-uri "github.com/$GITHUB_REPOSITORY" \
75+ --source -tag "$GITHUB_REF_NAME"
7876 done <<<"$checksums"
You can’t perform that action at this time.
0 commit comments