We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a950d5 commit 61f1419Copy full SHA for 61f1419
.github/workflows/pipeline.yml
@@ -37,7 +37,7 @@ jobs:
37
pre-command: |
38
curl -sSfL https://github.com/hadolint/hadolint/releases/download/v2.12.0/hadolint-Linux-x86_64 -o /usr/local/bin/hadolint && \
39
chmod +x /usr/local/bin/hadolint
40
- command: hadolint -f sarif Dockerfile > hadolint.sarif
+ command: hadolint -f sarif --ignore DL3002 Dockerfile > hadolint.sarif
41
artifact-upload-name: hadolint.sarif
42
artifact-upload-path: hadolint.sarif
43
0 commit comments