mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
fix pip
This commit is contained in:
parent
08c1113afc
commit
68d629d461
1 changed files with 1 additions and 0 deletions
1
.github/linters/.hadolint.yml
vendored
1
.github/linters/.hadolint.yml
vendored
|
@ -6,5 +6,6 @@ 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
|
||||
|
|
Loading…
Reference in a new issue