From 1199ed41061d72c0c3d3e557922f8123063a51f3 Mon Sep 17 00:00:00 2001 From: Steve Breker Date: Tue, 23 Apr 2024 13:46:00 -0700 Subject: [PATCH] Override Hadolint rule to info severity Override rule to info severity: - DL3003: Use WORKDIR to switch to a directory. Treat this rule as info instead of warning. --- .github/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c3561f6..400a2c7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -31,6 +31,7 @@ jobs: with: recursive: true failure-threshold: error + override-info: DL3003 checkov: name: Run Checkov for Dockerfile Security Analysis