superlint/.github/linters/.hadolint.yml
Lucas Gravley 08c1113afc fix it
2020-10-08 09:11:26 -05:00

10 lines
341 B
YAML

---
##########################
## Hadolint config file ##
##########################
ignored:
- DL4001 # Ignore wget and curl in same file
- DL4006 # ignore pipefail as we dont want to add layers
- DL3018 # We do pin version in pipfile.lock
- DL3003 # Ignore workdir so we dont add layers
- SC2016 # ignore as its intepreted later