Skip to content

Commit 69a8921

Browse files
committed
ci(workflows): [ci] update gitguardian scan
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent f16c6ab commit 69a8921

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,15 +150,15 @@ jobs:
150150
ref: ${{ env.REF }}
151151
- id: scan
152152
name: Scan commits for secrets and policy breaches
153-
uses: GitGuardian/ggshield-action@master
153+
uses: GitGuardian/ggshield-action@v1.34.0
154154
env:
155155
GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}
156156
GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
157157
GITHUB_PULL_BASE_SHA: ${{ github.event.pull_request.base.sha }}
158-
GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}
158+
GITHUB_PUSH_BASE_SHA: ${{ env.SHA }}
159159
GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
160160
with:
161-
args: --all-policies --show-secrets --verbose
161+
args: --all-policies --ignore-known-secrets --show-secrets --verbose
162162
format:
163163
needs:
164164
- commitlint

0 commit comments

Comments
 (0)