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 3434389 commit d7ab9f3
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"

Check failure on line 81 in .github/workflows/pre-submit.e2e.generic.main.yml

View workflow job for this annotation

GitHub Actions / yamllint

81:52 [new-line-at-end-of-file] no new line character at the end of file

Check failure on line 81 in .github/workflows/pre-submit.e2e.generic.main.yml

View workflow job for this annotation

GitHub Actions / yamllint

81:52 [new-line-at-end-of-file] no new line character at the end of file

0 comments on commit d7ab9f3

Please sign in to comment.