From cd5e46ae1daf92430d46995fa59b5a47aafb07a5 Mon Sep 17 00:00:00 2001 From: Sandeep Nishad Date: Wed, 19 Jun 2024 12:15:16 +0530 Subject: [PATCH] fix: f Signed-off-by: Sandeep Nishad --- .github/workflows/gg-shield-action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gg-shield-action.yaml b/.github/workflows/gg-shield-action.yaml index 2ce6d86115..4bfc071e3f 100644 --- a/.github/workflows/gg-shield-action.yaml +++ b/.github/workflows/gg-shield-action.yaml @@ -27,7 +27,7 @@ jobs: - name: GitGuardian scan uses: GitGuardian/ggshield-action@v1.28.0 with: - args: --show-secrets --exit-zero --all-policies --verbose --exclude 'weaver/tests/*' + args: --show-secrets --exit-zero --all-policies --verbose --config-path ./.gitguardian.yaml env: GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }} GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}