Skip to content

Commit

Permalink
remove workaround from gitsecrets.yml
Browse files Browse the repository at this point in the history
the upstream issue with git secrets requiring "say" command has been fixed upstream: awslabs/git-secrets#221
  • Loading branch information
singholt committed Oct 11, 2023
1 parent a21bda4 commit e3218ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/gitsecrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ 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 e3218ca

Please sign in to comment.