Skip to content

Commit

Permalink
workaround for git-secrets requiring the say command: awslabs/git-sec…
Browse files Browse the repository at this point in the history
  • Loading branch information
singholt committed Oct 21, 2022
1 parent 0a1b933 commit 01477a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gitsecrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
path: src/github.com/aws/amazon-ecs-agent
- name: Git Secrets Scan Script
run: |
# workaround git-secrets requiring the say command: https://github.com/awslabs/git-secrets/pull/221
ln -s "$(which echo)" /usr/local/bin/say
set -ex
cd $GITHUB_WORKSPACE
git clone https://github.com/awslabs/git-secrets.git && cd git-secrets
Expand Down

0 comments on commit 01477a0

Please sign in to comment.