mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 17:53:14 -05:00
141a09cdbf
* Bump yoheimuta/protolint from v0.28.2 to v0.29.0 Bumps yoheimuta/protolint from v0.28.2 to v0.29.0. Signed-off-by: dependabot[bot] <support@github.com> * fixed it Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Admiral Awkbar <admiralawkbar@github.com>
12 lines
425 B
YAML
12 lines
425 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
|
|
- DL3044 # Ignore using env in env
|