Skip to content

Commit

Permalink
ci(secret): added google api key pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
NivedhaSV committed Nov 25, 2024
1 parent 70ee720 commit 8e29d11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/detect-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Configure git-secrets
run: |
git secrets --install
git secrets --add 'AIza[0-9A-Za-z-_]{35}'
git secrets --register-aws
- name: Scan for Secrets
Expand Down

0 comments on commit 8e29d11

Please sign in to comment.