Skip to content

Commit e008349

Browse files
committed
fix: temporarily reset operator severity threshold
1 parent 75a5440 commit e008349

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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)