Skip to content

Commit 61f1419

Browse files
author
John Kjell
committed
Update pipeline to ignore linting error
Signed-off-by: John Kjell <[email protected]>
1 parent 8a950d5 commit 61f1419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
pre-command: |
3838
curl -sSfL https://github.com/hadolint/hadolint/releases/download/v2.12.0/hadolint-Linux-x86_64 -o /usr/local/bin/hadolint && \
3939
chmod +x /usr/local/bin/hadolint
40-
command: hadolint -f sarif Dockerfile > hadolint.sarif
40+
command: hadolint -f sarif --ignore DL3002 Dockerfile > hadolint.sarif
4141
artifact-upload-name: hadolint.sarif
4242
artifact-upload-path: hadolint.sarif
4343

0 commit comments

Comments
 (0)