Files
pre-commit/hooks/ggshield-not-ci.sh
T
2022-08-25 12:11:01 +01:00

7 lines
104 B
Bash
Executable File

#!/usr/bin/env bash
set -eo pipefail
if [[ ! -z "${CI}"} ]]; then
ggshield secret scan pre-commit
fi