Skip to content

Commit

Permalink
Explanatory comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jgainerdewar committed Dec 9, 2024
1 parent b34c049 commit 109a08b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ run_secret_setup: &run_secret_setup
command: |
git clone https://github.com/awslabs/git-secrets.git
pushd git-secrets >/dev/null
# 2024-12-09 updated to a new version of git-secrets, the old one
# relied `say` command which is unavailable in new CircleCI base image
# https://github.com/awslabs/git-secrets/issues/220
git checkout 5357e18bc27b42a827b6780564ea873a72ca1f01
popd >/dev/null
./minnie-kenny.sh -f
Expand Down

0 comments on commit 109a08b

Please sign in to comment.