mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -05:00
adding rules
This commit is contained in:
parent
ae512c87d0
commit
2bec091dbb
1 changed files with 3 additions and 0 deletions
3
.github/linters/.hadolint.yml
vendored
3
.github/linters/.hadolint.yml
vendored
|
@ -3,3 +3,6 @@
|
|||
## 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
|
||||
|
|
Loading…
Reference in a new issue