File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 compile-builder : true
117117
118118 go-verify :
119- needs : generic-provenance
119+ needs : [ generic-provenance, go-build]
120120 runs-on : ubuntu-latest
121121 steps :
122122 - name : Download artifact
@@ -134,9 +134,10 @@ jobs:
134134 run : go install github.com/slsa-framework/slsa-verifier/v2/cli/slsa-verifier@verify-sigstore-go-Bundlev2
135135 - name : Verify
136136 env :
137- ARTIFACT : " ${{ needs.go-build.outputs.go-provenance -name }}"
137+ ARTIFACT : " ${{ needs.go-build.outputs.go-binary -name }}"
138138 PROVENANCE : " ${{ needs.go-build.outputs.go-provenance-name }}"
139139 run : |
140+ ls -lah
140141 SLSA_VERIFIER_TESTING=1 slsa-verifier verify-artifact \
141142 "$ARTIFACT" \
142143 --provenance-path "$PROVENANCE" \
You can’t perform that action at this time.
0 commit comments