Skip to content

Commit ec5aa6e

Browse files
reorder verify args
Signed-off-by: Ramon Petgrave <[email protected]>
1 parent 975b2d7 commit ec5aa6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-submit.e2e.generic.main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ jobs:
7676
PROVENANCE: ./${{ needs.attest.outputs.provenance-name }}
7777
SOURCE: github.com/${{ env.GITHUB_REPOSITORY }}
7878
run: slsa-verifier verify-artifact \
79+
"$ARTIFACT" \
7980
--provenance-path "$PROVENANCE" \
80-
--source-uri "$SOURCE" \
81-
"$ARTIFACT"
81+
--source-uri "$SOURCE"

0 commit comments

Comments
 (0)