File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,14 +3,7 @@ run-name: "[Nautilus SecureSDLC] Ref:${{ github.ref_name }} Event:${{ github.eve
33
44on :
55 workflow_dispatch : {}
6- workflow_call :
7- secrets :
8- SEMGREP_APP_URL :
9- required : true
10- SEMGREP_APP_TOKEN :
11- required : true
12- SDLC_SLACK_NOTIFICATIONS :
13- required : true
6+ workflow_call : {}
147 push :
158 branches : [ main ]
169
2013 contents : read # for actions/checkout to fetch code
2114 security-events : write # for github/codeql-action/upload-sarif to upload SARIF results
2215 actions : read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
23- uses : nautilus-wraith/securesdlc-umbrella/.github/workflows/securesdlc-umbrella.yml@release-stable
16+ uses : nautilus-wraith/securesdlc-umbrella/.github/workflows/securesdlc-umbrella.yml@main
2417 secrets :
2518 SEMGREP_APP_URL : ${{ secrets.SEMGREP_APP_URL }}
2619 SEMGREP_APP_TOKEN : ${{ secrets.SEMGREP_APP_TOKEN }}
You can’t perform that action at this time.
0 commit comments