From c9e142dbf261d720fc3a82c5e13c12ae501c2879 Mon Sep 17 00:00:00 2001 From: Pouzor Date: Sat, 28 Mar 2026 12:56:11 +0100 Subject: [PATCH] ci: suppress DL3008 hadolint warning (apt version pinning impractical for system tools) --- .hadolint.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .hadolint.yaml diff --git a/.hadolint.yaml b/.hadolint.yaml new file mode 100644 index 0000000..f3991ca --- /dev/null +++ b/.hadolint.yaml @@ -0,0 +1,4 @@ +# DL3008: pinning apt package versions is impractical for system tools (nmap, iputils-ping) +# that have version numbers tied to specific Debian releases. +ignore: + - DL3008