mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-10 06:14:16 +00:00
add hadolint config file
to globally ignore certain rules
This commit is contained in:
parent
df8c9f39ac
commit
f6cfb5bf21
1 changed files with 7 additions and 0 deletions
7
.hadolint.yaml
Normal file
7
.hadolint.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
ignored:
|
||||
# disable explicit version for apt install
|
||||
- DL3008
|
||||
# disable explicit version for apk install
|
||||
- DL3018
|
||||
trustedRegistries:
|
||||
- docker.io
|
Loading…
Reference in a new issue