File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ concurrency:
2323
2424jobs :
2525 analyze :
26- name : Analyze
26+ name : Check for Vulnerabilities
2727 runs-on : ubuntu-latest
2828
2929 strategy :
Original file line number Diff line number Diff line change 1313 - cron : " 30 0 1,15 * *"
1414
1515permissions :
16+ security-events : write
17+ actions : read
1618 contents : read
1719
1820concurrency :
4143 with :
4244 ref : ${{ github.event.pull_request.head.sha || github.ref }}
4345
44- -
uses :
snyk/actions/php@b98d498629f1c368650224d6d212bf7dfa89e4bf # [email protected] 46+ -
uses :
snyk/actions/python-3.7@b98d498629f1c368650224d6d212bf7dfa89e4bf # [email protected] 47+ continue-on-error : true # Make sure the SARIF upload is called
4548 env :
4649 SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
50+ with :
51+ args : --sarif-file-output=snyk.sarif
52+
53+ - name : Upload result to GitHub Code Scanning
54+ uses : github/codeql-action/upload-sarif@v2
55+ with :
56+ sarif_file : snyk.sarif
You can’t perform that action at this time.
0 commit comments