File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
- name : Set up Snyk CLI to check for security issues
40
40
# Snyk can be used to break the build when it detects security issues.
41
41
# In this case we want to upload the SAST issues to GitHub Code Scanning
42
- uses : snyk/actions/setup@cdb760004ba9ea4d525f2e043745dfe85bb9077e
42
+ uses : snyk/actions/setup@ae57bdf611f027808b07a5dc3baa99fb34e69854
43
43
with :
44
44
snyk-version : latest
45
45
@@ -58,15 +58,15 @@ jobs:
58
58
if [ -f pyproject.toml ]; then pip install poetry && poetry install; fi
59
59
60
60
- name : Run Snyk to check for vulnerabilities and output Sarif
61
- uses : snyk/actions/python-3.10@cdb760004ba9ea4d525f2e043745dfe85bb9077e
61
+ uses : snyk/actions/python-3.10@ae57bdf611f027808b07a5dc3baa99fb34e69854
62
62
continue-on-error : true # To make sure that SARIF upload gets called
63
63
env :
64
64
SNYK_TOKEN : ${{ secrets.SNYK_SECRET_TOKEN }}
65
65
with :
66
66
args : --sarif-file-output=sarif/snyk.sarif
67
67
68
68
- name : Run Snyk to check for vulnerabilities and monitor
69
- uses : snyk/actions/python-3.10@cdb760004ba9ea4d525f2e043745dfe85bb9077e
69
+ uses : snyk/actions/python-3.10@ae57bdf611f027808b07a5dc3baa99fb34e69854
70
70
continue-on-error : true # To make sure that SARIF upload gets called
71
71
env :
72
72
SNYK_TOKEN : ${{ secrets.SNYK_SECRET_TOKEN }}
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126
126
127
127
- name : Setup Snyk CLI
128
128
if : matrix.tool == 'snyk'
129
- uses : snyk/actions/setup@cdb760004ba9ea4d525f2e043745dfe85bb9077e
129
+ uses : snyk/actions/setup@ae57bdf611f027808b07a5dc3baa99fb34e69854
130
130
with :
131
131
snyk-version : latest
132
132
You can’t perform that action at this time.
0 commit comments