Skip to content

Commit 1332b57

Browse files
authored
Merge pull request #1048 from snyk/fix/temporary-reset-operator-severity-threshold
fix: temporarily reset operator severity threshold
2 parents 75a5440 + d0bc421 commit 1332b57

File tree

3 files changed

+223
-171
lines changed

3 files changed

+223
-171
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- snyk/scan:
8282
docker-image-name: snyk/kubernetes-operator:${OPERATOR_TAG}
8383
monitor-on-build: false
84-
severity-threshold: high
84+
severity-threshold: critical
8585
target-file: snyk-operator/build/Dockerfile
8686
- run:
8787
command: |

.circleci/config/jobs/build_and_upload_operator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ steps:
2323
echo "export OPERATOR_TAG=$OPERATOR_TAG" >> $BASH_ENV
2424
- snyk/scan:
2525
docker-image-name: snyk/kubernetes-operator:${OPERATOR_TAG}
26-
severity-threshold: high
26+
severity-threshold: critical
2727
target-file: snyk-operator/build/Dockerfile
2828
monitor-on-build: false
2929
- run:

0 commit comments

Comments
 (0)