File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134
134
# This key is bound to user snyk on AUR
135
135
- add_ssh_keys :
136
136
fingerprints :
137
- - " ba:05:09:d6:a6:2a:45:34:89:c4:5e:22:23:22:e8:9f "
137
+ - " 75:59:a3:1d:81:9a:0f:44:98:4c:78:33:db:e5:51:6a "
138
138
- run :
139
139
name : Bump package version
140
140
command : |
@@ -200,7 +200,7 @@ jobs:
200
200
steps :
201
201
- checkout
202
202
- snyk/scan :
203
- severity-threshold : medium
203
+ severity-threshold : high
204
204
monitor-on-build : true
205
205
project : ${CIRCLE_PROJECT_REPONAME}
206
206
organization : snyk-iac-group-seceng
@@ -211,7 +211,7 @@ jobs:
211
211
- checkout
212
212
- snyk/scan :
213
213
command : code test
214
- severity-threshold : medium
214
+ severity-threshold : high
215
215
monitor-on-build : false
216
216
project : ${CIRCLE_PROJECT_REPONAME}
217
217
organization : snyk-iac-group-seceng
You can’t perform that action at this time.
0 commit comments