9 lines
242 B
Bash
9 lines
242 B
Bash
|
#! /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
|