mirror of
https://github.com/Neur0toxine/docker-golang-alpine.git
synced 2024-11-24 22:16:11 +03:00
skip wget/curl rule for 1.18-3.13
This commit is contained in:
parent
a73b933299
commit
7a6faaa8de
2
.github/workflows/hadolint.yml
vendored
2
.github/workflows/hadolint.yml
vendored
@ -11,4 +11,4 @@ jobs:
|
||||
- name: Lint Dockerfiles
|
||||
run: |
|
||||
hadolint {1.16,1.16-3.13,1.17,1.17-3.13,1.18}/Dockerfile
|
||||
hadolint --ignore=DL3047 --ignore=DL3059 --ignore=SC2155 1.18-3.13/Dockerfile
|
||||
hadolint --ignore=DL3047 --ignore=DL3059 --ignore=DL4001 --ignore=SC2155 1.18-3.13/Dockerfile
|
||||
|
Loading…
Reference in New Issue
Block a user