We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e9044a commit 62ced77Copy full SHA for 62ced77
.gitguardian.yaml
@@ -0,0 +1,5 @@
1
+secret:
2
+ ignored_matches:
3
+ - match: d670f070d6e1a1912a21bd62ab04d2cb490d62d34af75e858193abf497ba25da
4
+ name: dummy-secret1
5
+version: 2
.github/workflows/gitguardian.yaml
@@ -27,6 +27,8 @@ jobs:
27
fetch-depth: 0 # fetch all history so multiple commits can be scanned
28
- name: GitGuardian scan
29
uses: GitGuardian/ggshield/actions/secret@main
30
+ with:
31
+ args: -v --ignore-known-secrets
32
env:
33
GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
34
GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}
0 commit comments