mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-10 02:53:36 -05:00
13 lines
478 B
YAML
13 lines
478 B
YAML
---
|
|
##########################
|
|
## Hadolint config file ##
|
|
##########################
|
|
ignored:
|
|
- DL4001 # Ignore wget and curl in same file
|
|
- DL4006 # ignore pipefail as we don't want to add layers
|
|
- DL3018 # We do pin version in pipfile.lock
|
|
- DL3013 # We do pin version in pipfile.lock
|
|
- DL3003 # Ignore workdir so we don't add layers
|
|
- SC2016 # ignore as its interpreted later
|
|
- DL3044 # Ignore using env in env
|
|
- DL3008 # Ignore pinned versions check for APT
|