Skip to content

Commit ba79e39

Browse files
committed
chore: temporarily increase severity threshold for red hat images
1 parent ab5c56b commit ba79e39

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}"

.circleci/config/jobs/@jobs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)