vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit f6cfb5bf2182e7a779bcd22eae778858278cee4b
parent df8c9f39ac8538ff65c25bcf3c50b70b9a75f4c4
Author: Felix Bartels <felix@host-consultants.de>
Date:   Fri,  5 Jul 2019 11:06:44 +0200

add hadolint config file

to globally ignore certain rules

Diffstat:
A.hadolint.yaml | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/.hadolint.yaml b/.hadolint.yaml @@ -0,0 +1,7 @@ +ignored: + # disable explicit version for apt install + - DL3008 + # disable explicit version for apk install + - DL3018 +trustedRegistries: + - docker.io