File tree Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 3434
3535 - name : Perform CodeQL Analysis
3636 uses : github/codeql-action/analyze@v1
37+
38+ - name : Setup Snyk
39+ uses : snyk/actions/setup@master
40+ id : snyk
41+ with :
42+ snyk-version : latest
43+
44+ - name : Snyk version
45+ run : echo "${{ steps.snyk.outputs.version }}"
46+
47+ - name : Run Snyk to check for vulnerabilities
48+ if : ${{ github.actor != 'dependabot[bot]' }}
49+ uses : snyk/actions/node@master
50+ env :
51+ SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
Original file line number Diff line number Diff line change 4141 uses : codecov/codecov-action@v2.1.0
4242 with :
4343 fail_ci_if_error : true
44-
45- - name : Setup Snyk
46- uses : snyk/actions/setup@master
47- id : snyk
48- with :
49- snyk-version : latest
50- - name : Snyk version
51- run : echo "${{ steps.snyk.outputs.version }}"
52- - name : Run Snyk to check for vulnerabilities
53- if : ${{ github.actor != 'dependabot[bot]' }}
54- uses : snyk/actions/node@master
55- env :
56- SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
You can’t perform that action at this time.
0 commit comments