docker-fedora-cpp/.hadolint.yaml
surtur 5337a03c11
All checks were successful
continuous-integration/drone/push Build is passing
ci,makefile: bump hadolint to v2.9.3
2022-03-24 17:21:29 +01:00

10 lines
282 B
YAML

ignored:
# DL3039 error: Do not use dnf update.
# image is nightly updated
- DL3039
# DL3041 warning: Specify version with `dnf install -y <package>-<version>`.
- DL3041
# SC3009 warning: In POSIX sh, brace expansion is undefined.
# it actually still works
- SC3009