Skip to content

Commit

Permalink
Hadolint config added
Browse files Browse the repository at this point in the history
  • Loading branch information
NJannasch committed Apr 7, 2023
1 parent 3d2fa5c commit 21a8129
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:

- name: Run Hadolint
run: |
docker run --rm -i ghcr.io/hadolint/hadolint < Dockerfile
docker run --rm -i -v ./.hadolint.yaml:/.config/hadolint.yaml hadolint/hadolint < Dockerfile
2 changes: 2 additions & 0 deletions .hadolint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignored:
- SC1091

0 comments on commit 21a8129

Please sign in to comment.