0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-05-17 04:13:49 +02:00

add hadolint config file

to globally ignore certain rules
This commit is contained in:
Felix Bartels 2019-07-05 11:06:44 +02:00
parent df8c9f39ac
commit f6cfb5bf21

7
.hadolint.yaml Normal file
View file

@ -0,0 +1,7 @@
ignored:
# disable explicit version for apt install
- DL3008
# disable explicit version for apk install
- DL3018
trustedRegistries:
- docker.io