File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
actions/slsa_with_provenance Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 3232 if : ${{ startsWith(github.ref, 'refs/tags/') }}
3333 run : |
3434 echo "## SLSA Source Properties Tag Push" >> $GITHUB_STEP_SUMMARY
35- echo "github object contents ${{ github }}"
35+ echo "github.actor ${{ github.actor }}"
36+ echo "github.triggering_actor ${{ github.triggering_actor }}
37+ echo "github.event_name ${{ github.event_name }}"
3638 go run github.com/slsa-framework/slsa-source-poc/sourcetool@f2031f563fc7323ce160313a13d456e4422244c9 --github_token ${{ github.token }} checktag --commit ${{ github.sha }} --owner ${{ github.repository_owner }} --repo ${{ github.event.repository.name }} --tag_name ${{ github.ref_name }} --output_signed_bundle ${{ github.workspace }}/metadata/signed_bundle.intoto.jsonl >> $GITHUB_STEP_SUMMARY
3739 shell : bash
3840 - id : summary
You can’t perform that action at this time.
0 commit comments