vaultwarden-web/.hadolint.yaml

10 lines
196 B
YAML
Raw Normal View History

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