Skip to content

Commit

Permalink
lint
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 d7ab9f3 commit 6c244fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-submit.e2e.generic.main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ jobs:
PROVENANCE: ./${{ needs.attest.outputs.provenance-name }}
SOURCE: github.com/${{ github.repository }}
run: |
slsa-verifier verify-artifact --provenance-path "$PROVENANCE" \
--source-uri "$SOURCE" \
"$ARTIFACT"
slsa-verifier verify-artifact "$ARTIFACT" \
--provenance-path "$PROVENANCE" \
--source-uri "$SOURCE"

0 comments on commit 6c244fd

Please sign in to comment.