From 13daa560ba83c5a1c8e6785ebc47c0086225461b Mon Sep 17 00:00:00 2001 From: William Carroll Date: Thu, 20 Aug 2020 23:30:02 +0100 Subject: Testing new CI lint-secrets step Adding a fake secret to test to the new CI build step. I'm not sure I expect this to fail the step because it relies on a pattern that I defined in .git/config... let's see! --- ci/scripts/lint-secrets.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ci/scripts/lint-secrets.sh (limited to 'ci') diff --git a/ci/scripts/lint-secrets.sh b/ci/scripts/lint-secrets.sh new file mode 100644 index 000000000000..1ff22a10637a --- /dev/null +++ b/ci/scripts/lint-secrets.sh @@ -0,0 +1,3 @@ +set -euo pipefail + +git secrets --scan -- cgit 1.4.1