From c8a86e38a3ad3fc5e25b5286ceb298b8cbc7f770 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Thu, 15 Apr 2021 11:46:36 +1000 Subject: [PATCH] DCD-1271: Disable quoting suggestion. --- .hadolint.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.hadolint.yaml b/.hadolint.yaml index 701bc30..c592c1e 100644 --- a/.hadolint.yaml +++ b/.hadolint.yaml @@ -1,4 +1,7 @@ ignored: - DL3006 # Version tagging - DL3008 # Pinning + - DL3018 # Pinning - DL4006 # Pipefail + - SC2006 # Quoting + - SC2016 # Quoting