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