From 8e29d111cbaa2fba03e924683bef872186558a04 Mon Sep 17 00:00:00 2001 From: NivedhaSV Date: Mon, 25 Nov 2024 11:40:07 +0530 Subject: [PATCH] ci(secret): added google api key pattern --- .github/workflows/detect-secrets.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/detect-secrets.yml b/.github/workflows/detect-secrets.yml index 0513be84..3e4102da 100644 --- a/.github/workflows/detect-secrets.yml +++ b/.github/workflows/detect-secrets.yml @@ -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