mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 09:45:46 -05:00
7c36dcdc1a
* Fix default hadolint rule name * Rename github actions hadolint config in line with the default
11 lines
388 B
YAML
11 lines
388 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
|
|
- DL3013 # We do pin version in pipfile.lock
|
|
- DL3003 # Ignore workdir so we dont add layers
|
|
- SC2016 # ignore as its intepreted later
|