-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitguardian.yaml
43 lines (32 loc) · 1.19 KB
/
.gitguardian.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# See https://docs.gitguardian.com/ggshield-docs/configuration
# Required, otherwise ggshield considers the file to use the deprecated v1 format
version: 2
# Set to true if the desired exit code for the CLI is always 0, otherwise the
# exit code will be 1 if incidents are found.
exit-zero: false # default: false
verbose: false # default: false
instance: https://dashboard.gitguardian.com # default: https://dashboard.gitguardian.com
# Maximum commits to scan in a hook.
max-commits-for-hook: 50 # default: 50
# Accept self-signed certificates for the API.
allow-self-signed: false # default: false
secret:
# Exclude files and paths by globbing
ignored-paths:
- '**/README.md'
- 'doc/*'
- 'LICENSE'
- 'docs/*'
- 'openapi/*'
- '.yarn/*'
# Ignore security incidents with the SHA256 of the occurrence obtained at output or the secret itself
# ignored-matches:
# - name:
# match: 530e5a4a7ea00814db8845dd0cae5efaa4b974a3ce1c76d0384ba715248a5dc1
# - name: credentials
# match: MY_TEST_CREDENTIAL
show-secrets: false # default: false
ignore-known-secrets: false # default: false
# Detectors to ignore.
ignored-detectors: # default: []
- Generic Password