Skip to content

Commit 451eff8

Browse files
multiline invocation
Signed-off-by: Ramon Petgrave <[email protected]>
1 parent 0fc2126 commit 451eff8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
ARTIFACT: ./${{ env.BUILD_ARTIFACT }}
7676
PROVENANCE: ./${{ needs.attest.outputs.provenance-name }}
7777
SOURCE: github.com/${{ github.repository }}
78-
run: slsa-verifier verify-artifact "$ARTIFACT" \
79-
--provenance-path "$PROVENANCE" \
80-
--source-uri "$SOURCE"
78+
run: |
79+
slsa-verifier verify-artifact --provenance-path "$PROVENANCE" \
80+
--source-uri "$SOURCE" \
81+
"$ARTIFACT"

0 commit comments

Comments
 (0)