Skip to content

Commit 62ced77

Browse files
committed
added gitguardian ignore for dummy secret
1 parent 6e9044a commit 62ced77

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitguardian.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
secret:
2+
ignored_matches:
3+
- match: d670f070d6e1a1912a21bd62ab04d2cb490d62d34af75e858193abf497ba25da
4+
name: dummy-secret1
5+
version: 2

.github/workflows/gitguardian.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
fetch-depth: 0 # fetch all history so multiple commits can be scanned
2828
- name: GitGuardian scan
2929
uses: GitGuardian/ggshield/actions/secret@main
30+
with:
31+
args: -v --ignore-known-secrets
3032
env:
3133
GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
3234
GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}

0 commit comments

Comments
 (0)