docker-pre-commit/hadolint-deprecation.sh
Ian Fijolek 5a0378fee5
All checks were successful
continuous-integration/drone/push Build is passing
Remove hadolint and add deprecation notice
2021-04-09 10:11:11 -07:00

9 lines
242 B
Bash
Executable File

#! /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