superlint/.github/linters/.hadolint.yml

11 lines
341 B
YAML
Raw Normal View History

2020-08-04 15:51:00 -04:00
---
##########################
## Hadolint config file ##
##########################
ignored:
2020-10-08 10:05:32 -04:00
- 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
2020-10-08 10:11:26 -04:00
- DL3003 # Ignore workdir so we dont add layers
- SC2016 # ignore as its intepreted later