We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee78cec commit 3434389Copy full SHA for 3434389
.github/workflows/pre-submit.e2e.generic.main.yml
@@ -74,8 +74,7 @@ jobs:
74
SLSA_VERIFIER_TESTING: "true"
75
ARTIFACT: ./${{ env.BUILD_ARTIFACT }}
76
PROVENANCE: ./${{ needs.attest.outputs.provenance-name }}
77
- SOURCE: github.com/${{ env.GITHUB_REPOSITORY }}
78
- run: slsa-verifier verify-artifact \
79
- "$ARTIFACT" \
+ SOURCE: github.com/${{ github.repository }}
+ run: slsa-verifier verify-artifact "$ARTIFACT" \
80
--provenance-path "$PROVENANCE" \
81
--source-uri "$SOURCE"
0 commit comments