File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
actions/slsa_with_provenance Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ runs:
2626 if : ${{ startsWith(github.ref, 'refs/heads/') }}
2727 run : |
2828 echo "## SLSA Source Properties Branch Push" >> $GITHUB_STEP_SUMMARY
29- go run github.com/slsa-framework/slsa-source-poc/sourcetool@9392d4bd69cf4175f321cc47e80b2553e0a1cf32 --github_token ${{ github.token }} checklevelprov --commit ${{ github.sha }} --owner ${{ github.repository_owner }} --repo ${{ github.event.repository.name }} --branch ${{ github.ref_name }} --output_signed_bundle ${{ github.workspace }}/metadata/signed_bundle.intoto.jsonl >> $GITHUB_STEP_SUMMARY
29+ go run github.com/slsa-framework/slsa-source-poc/sourcetool@5419e38f7b2c1940dd5f88f50612d5ce772f2c2d --github_token ${{ github.token }} checklevelprov --commit ${{ github.sha }} --owner ${{ github.repository_owner }} --repo ${{ github.event.repository.name }} --branch ${{ github.ref_name }} --output_signed_bundle ${{ github.workspace }}/metadata/signed_bundle.intoto.jsonl >> $GITHUB_STEP_SUMMARY
3030 shell : bash
3131 - id : handle_tag_push
3232 if : ${{ startsWith(github.ref, 'refs/tags/') }}
3333 run : |
3434 echo "## SLSA Source Properties Tag Push" >> $GITHUB_STEP_SUMMARY
35- go run github.com/slsa-framework/slsa-source-poc/sourcetool@9392d4bd69cf4175f321cc47e80b2553e0a1cf32 --github_token ${{ github.token }} checktag --commit ${{ github.sha }} --owner ${{ github.repository_owner }} --repo ${{ github.event.repository.name }} --tag_name ${{ github.ref_name }} --actor ${{github.triggering_actor}} --output_signed_bundle ${{ github.workspace }}/metadata/signed_bundle.intoto.jsonl >> $GITHUB_STEP_SUMMARY
35+ go run github.com/slsa-framework/slsa-source-poc/sourcetool@5419e38f7b2c1940dd5f88f50612d5ce772f2c2d --github_token ${{ github.token }} checktag --commit ${{ github.sha }} --owner ${{ github.repository_owner }} --repo ${{ github.event.repository.name }} --tag_name ${{ github.ref_name }} --actor ${{github.triggering_actor}} --output_signed_bundle ${{ github.workspace }}/metadata/signed_bundle.intoto.jsonl >> $GITHUB_STEP_SUMMARY
3636 shell : bash
3737 - id : summary
3838 run : |
You can’t perform that action at this time.
0 commit comments