mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 01:35:53 -05:00
10 lines
341 B
YAML
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
|