From 098ffc1472816547bbca25fb0a9f430776d59b1e Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Tue, 18 Apr 2023 17:19:44 -0700 Subject: [PATCH] Remove hadolint completely (inclusing script) --- hadolint-deprecation.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 hadolint-deprecation.sh diff --git a/hadolint-deprecation.sh b/hadolint-deprecation.sh deleted file mode 100755 index 770c8bb..0000000 --- a/hadolint-deprecation.sh +++ /dev/null @@ -1,8 +0,0 @@ -#! /bin/sh - -echo "Hadolint hooks have been deprecated in favor of upstream" -echo "repo: https://github.com/hadolint/hadolint" -echo "Replace hook 'hadolint' with 'hadolint-docker'" -echo "Replace hook 'hadolint-system' with 'hadolint'" - -exit 1