Skip to content

Commit 01bbd53

Browse files
authored
Update release.yml (#1601)
1 parent 4b081f8 commit 01bbd53

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ jobs:
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
@@ -71,8 +69,8 @@ jobs:
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"

0 commit comments

Comments
 (0)