We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75a5440 + d0bc421 commit 1332b57Copy full SHA for 1332b57
.circleci/config.yml
@@ -81,7 +81,7 @@ jobs:
81
- snyk/scan:
82
docker-image-name: snyk/kubernetes-operator:${OPERATOR_TAG}
83
monitor-on-build: false
84
- severity-threshold: high
+ severity-threshold: critical
85
target-file: snyk-operator/build/Dockerfile
86
- run:
87
command: |
.circleci/config/jobs/build_and_upload_operator.yml
@@ -23,7 +23,7 @@ steps:
23
echo "export OPERATOR_TAG=$OPERATOR_TAG" >> $BASH_ENV
24
25
26
27
28
29
0 commit comments