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 @@ -708,7 +708,7 @@ jobs:
708708 additional-arguments : --project-name=ubi8
709709 docker-image-name : ${IMAGE_NAME_APPROVED_UBI8}
710710 monitor-on-build : true
711- severity-threshold : high
711+ severity-threshold : critical
712712 target-file : Dockerfile.ubi8
713713 - run :
714714 command : |
@@ -741,7 +741,7 @@ jobs:
741741 - snyk/scan :
742742 docker-image-name : snyk/kubernetes-operator:${OPERATOR_TAG}
743743 monitor-on-build : true
744- severity-threshold : high
744+ severity-threshold : critical
745745 target-file : snyk-operator/build/Dockerfile
746746 - run :
747747 command : ./scripts/slack/notify_failure.py "${CIRCLE_BRANCH}" "${CIRCLE_JOB}" "${CIRCLE_BUILD_URL}" "${CIRCLE_PULL_REQUEST}" "${SLACK_WEBHOOK}"
Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ publish:
285285 additional-arguments : --project-name=alpine
286286 - snyk/scan :
287287 docker-image-name : ${IMAGE_NAME_APPROVED_UBI8}
288- severity-threshold : high
288+ severity-threshold : critical
289289 target-file : Dockerfile.ubi8
290290 monitor-on-build : true
291291 additional-arguments : --project-name=ubi8
@@ -319,7 +319,7 @@ publish:
319319 echo "export OPERATOR_TAG=${OPERATOR_TAG}" >> $BASH_ENV
320320 - snyk/scan :
321321 docker-image-name : snyk/kubernetes-operator:${OPERATOR_TAG}
322- severity-threshold : high
322+ severity-threshold : critical
323323 target-file : snyk-operator/build/Dockerfile
324324 monitor-on-build : true
325325 - run :
You can’t perform that action at this time.
0 commit comments