Skip to content

Commit

Permalink
multiline invocation
Browse files Browse the repository at this point in the history
Signed-off-by: Ramon Petgrave <[email protected]>
  • Loading branch information
ramonpetgrave64 committed Nov 18, 2024
1 parent 0fc2126 commit 451eff8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pre-submit.e2e.generic.main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
ARTIFACT: ./${{ env.BUILD_ARTIFACT }}
PROVENANCE: ./${{ needs.attest.outputs.provenance-name }}
SOURCE: github.com/${{ github.repository }}
run: slsa-verifier verify-artifact "$ARTIFACT" \
--provenance-path "$PROVENANCE" \
--source-uri "$SOURCE"
run: |
slsa-verifier verify-artifact --provenance-path "$PROVENANCE" \
--source-uri "$SOURCE" \
"$ARTIFACT"

0 comments on commit 451eff8

Please sign in to comment.