Skip to content

Commit

Permalink
Override Hadolint rule to info severity
Browse files Browse the repository at this point in the history
Override rule to info severity:
- DL3003: Use WORKDIR to switch to a directory. Treat this rule as info
  instead of warning.
  • Loading branch information
sbreker committed Apr 23, 2024
1 parent b58747f commit 1199ed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
recursive: true
failure-threshold: error
override-info: DL3003

checkov:
name: Run Checkov for Dockerfile Security Analysis
Expand Down

0 comments on commit 1199ed4

Please sign in to comment.