docker-atlassian-confluence.../.hadolint.yaml
Yifei Zhang d5e389ccd6 Merged in CLIP-1872-integrate-sha256-check (pull request #163)
CLIP-1872: Verify sha256 checksum after downloading tar.gz.

* CLIP-1872: Verify sha256 checksum after downloading tar.gz.

* CLIP-1872: Ignored cd in hadolint.


Approved-by: Eugene Ivantsov
2024-05-02 04:55:11 +00:00

14 lines
346 B
YAML

ignored:
- DL3002 # root user in UBI Dockerfile
- DL3003 # cd in the RUN instruction
- DL3005 # Package upgrades
- DL3017 # Package upgrades
- DL3006 # Version tagging
- DL3008 # Pinning
- DL3018 # Pinning
- DL3041 # dnf install latest packages
- DL4006 # Pipefail
- SC2006 # Quoting
- SC2016 # Quoting
- SC2086 # Quoting