File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ # This is a template Register Build step. Please place the register step at the end of any developer build file to use the local compilation option
2+ name : Veracode Register Build
3+
4+ run-name : Veracode Register Build
5+
6+ on :
7+ repository_dispatch :
8+ types : [register-build]
9+
10+ jobs :
11+ register :
12+ runs-on : ubuntu-latest
13+ name : register
14+ steps :
15+ - name : Register build
16+ id : register-build
17+ uses : veracode/github-actions-integration-helper@main
18+ with :
19+ action : registerBuild
20+ token : ${{ github.event.client_payload.token }}
21+ appname : ${{ github.event.client_payload.user_config.profile_name }}
22+ source_repository : ${{ github.event.client_payload.repository.full_name }}
23+ check_run_id : ${{ github.run_id }}
24+ check_run_name : ${{ github.workflow }}
25+ head_sha : ${{ github.event.client_payload.sha }}
26+ event_type : ${{ github.event.client_payload.event_type }}
27+ branch : ${{ github.event.client_payload.repository.branch }}
You can’t perform that action at this time.
0 commit comments