File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ name: Generate and Sign Assertion Document
33
44on :
55 workflow_dispatch :
6+ push :
7+ branches :
8+ - add-dependency-assertion
69 inputs :
710 branch :
811 type : string
1922 id-token : write
2023 contents : read
2124 env :
22- GOPROXY : " https://${{ secrets.ARTIFACTORY_USER }}:${{ secrets.ARTIFACTORY_TOKEN }}@azr.artifactory.f5net.com/artifactory/api/go/f5-nginx-go-dev "
25+ GOPROXY : " https://${{ secrets.ARTIFACTORY_USER }}:${{ secrets.ARTIFACTORY_TOKEN }}@azr.artifactory.f5net.com/artifactory/api/go/f5-nginx-go-local-approved-dependency "
2326 outputs :
2427 agent_binary : ${{ steps.check_binary.outputs.agent_binary }}
2528 goversionm : ${{ steps.godeps.outputs.goversionm }}
6568
6669 - name : Generate Assertion Document
6770 id : assertiondoc
68- uses : nginxinc/compliance-rules/.github/actions/assertion@feat/cosign-installation
71+ uses : nginxinc/compliance-rules/.github/actions/assertion@main
6972 with :
7073 artifact-name : nginx-agent_${{ env.branch_name }}_${{ matrix.osarch }}
7174 artifact-digest : ${{ env.agent-digest }}
8487
8588 - name : Sign and Store Assertion Document
8689 id : sign
87- uses : nginxinc/compliance-rules/.github/actions/sign@feat/cosign-installation
90+ uses : nginxinc/compliance-rules/.github/actions/sign@main
8891 with :
8992 assertion-doc : ${{ steps.assertiondoc.outputs.assertion-document-path }}
You can’t perform that action at this time.
0 commit comments