forked from hyperledger-cacti/cacti
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitguardian.yaml
34 lines (26 loc) · 1003 Bytes
/
.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
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
# the environment variable GITGUARDIAN_EXIT_ZERO=true can also be used toggle this behavior.
exit-zero: false # default: false
verbose: false # default: false
instance: https://api.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:
show-secrets: false # default: false
# Exclude files and paths by globbing
ignored-paths:
- '**/README.md'
- 'doc/*'
- 'LICENSE'
- '**/examples/cactus-example-carbon-accounting-backend/example-config.json'
- 'weaver/samples/**/*'
- 'weaver/tests/**/*'
- 'weaver/core/drivers/fabric-driver/wallet-network1/*.id'
- 'weaver/core/drivers/fabric-driver/wallet-network2/*.id'
# Detectors to ignore.
ignored-detectors: # default: []
- Generic Password