vaultwarden-web/.hadolint.yaml

9 lines
196 B
YAML

ignored:
# Disable Multiple consecutive `RUN` instructions check.
- DL3059
# Disable pipefail check
- DL4006
# Disable Shellcheck Quote check
- SC2046
trustedRegistries:
- docker.io