From 918c9004c6f726a5961837d32cfe4f0168a15e41 Mon Sep 17 00:00:00 2001 From: Ni Jannasch Date: Tue, 30 Apr 2024 12:43:07 +0000 Subject: [PATCH] Checkov --- .github/workflows/scan.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/scan.yaml b/.github/workflows/scan.yaml index d859195..8c912ce 100644 --- a/.github/workflows/scan.yaml +++ b/.github/workflows/scan.yaml @@ -75,7 +75,6 @@ jobs: with: quiet: true # optional: display only failed checks soft_fail: true # optional: do not return an error code if there are failed checks - log_level: DEBUG # optional: set log level. Default WARNING docker_image: ${{ env.IMAGE_NAME }} # define the name of the image to scan dockerfile_path: "Dockerfile" # path to the Dockerfile container_user: 1000 # optional: Define what UID and / or what GID to run the container under to prevent permission issues