Skip to content

Commit

Permalink
Added ignore error
Browse files Browse the repository at this point in the history
  • Loading branch information
text-adi committed Apr 4, 2024
1 parent ae86f67 commit 5cfed86
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v4
- name: Check
run: |
docker run --rm -i ghcr.io/hadolint/hadolint < Dockerfile
docker run --rm -i -v ./hadolint.yaml:/.config/hadolint.yaml ghcr.io/hadolint/hadolint < Dockerfile
lint-entrypoint:
needs: [ vars ]
Expand Down
Empty file added .hadolint.yaml
Empty file.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ARG BASE_IMAGE

# hadolint ignore=DL3006
FROM $BASE_IMAGE as builder

COPY --chown=root:root --chmod=700 entrypoint /
Expand Down

0 comments on commit 5cfed86

Please sign in to comment.