Skip to content

Commit

Permalink
reformat
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 ee78cec commit 3434389
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pre-submit.e2e.generic.main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ jobs:
SLSA_VERIFIER_TESTING: "true"
ARTIFACT: ./${{ env.BUILD_ARTIFACT }}
PROVENANCE: ./${{ needs.attest.outputs.provenance-name }}
SOURCE: github.com/${{ env.GITHUB_REPOSITORY }}
run: slsa-verifier verify-artifact \
"$ARTIFACT" \
SOURCE: github.com/${{ github.repository }}
run: slsa-verifier verify-artifact "$ARTIFACT" \
--provenance-path "$PROVENANCE" \
--source-uri "$SOURCE"

0 comments on commit 3434389

Please sign in to comment.