Skip to content

Commit

Permalink
added gitguardian ignore for dummy secret
Browse files Browse the repository at this point in the history
  • Loading branch information
drqc committed Dec 20, 2024
1 parent 6e9044a commit 62ced77
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitguardian.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
secret:
ignored_matches:
- match: d670f070d6e1a1912a21bd62ab04d2cb490d62d34af75e858193abf497ba25da
name: dummy-secret1
version: 2
2 changes: 2 additions & 0 deletions .github/workflows/gitguardian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
fetch-depth: 0 # fetch all history so multiple commits can be scanned
- name: GitGuardian scan
uses: GitGuardian/ggshield/actions/secret@main
with:
args: -v --ignore-known-secrets
env:
GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}
Expand Down

0 comments on commit 62ced77

Please sign in to comment.