FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
HydroModPy/.gitleaks.toml at dev · HydroModPy/HydroModPy · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
HydroModPy
/
HydroModPy
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
11
Code
Issues
18
Pull requests
1
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
HydroModPy
/
.gitleaks.toml
Copy path
More file actions
More file actions
Latest commit
History
History
History
32 lines (28 loc) · 1.04 KB
Breadcrumbs
HydroModPy
/
.gitleaks.toml
Copy path
File metadata and controls
32 lines (28 loc) · 1.04 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
title
=
"
HydroModPy Gitleaks config
"
[
extend
]
useDefault
=
true
[[
rules
]]
id
=
"
generic-api-key
"
[[
rules
.
allowlists
]]
description
=
"
Generated gallery metadata keys are not credentials.
"
condition
=
"
AND
"
regexTarget
=
"
line
"
paths
= [
'''
(^|/)docs/source/_static/capability_gallery/.*_summary\.json$
'''
,
'''
(^|/)examples/projects/07_mesh_gallery/.*/case\.json$
'''
,
'''
(^|/)examples/projects/09_capability_gallery/.*/case\.json$
'''
,
'''
(^|/)examples/projects/09_capability_gallery/.*/README\.md$
'''
,
'''
(^|/)tools/doc_gallery/sync_mesh_catchment_runs\.py$
'''
,
]
regexes
= [
'''
^\s*"key":\s*"[A-Za-z0-9_.:-]+",?\s*$
'''
,
'''
^\s*"case_family_key":\s*"[A-Za-z0-9_.:-]+",?\s*$
'''
,
'''
^\s*"comparison_family_key":\s*"[A-Za-z0-9_.:-]+",?\s*$
'''
,
'''
^\s*key="[A-Za-z0-9_.:-]+",?\s*$
'''
,
'''
^\s*\|\s*`comparison_family_key`\s*\|.*$
'''
,
]
[[
rules
.
allowlists
]]
description
=
"
Testbed reporting scripts use key= and x/y_key= for figure axes, not credentials.
"
paths
= [
'''
(^|/)examples/projects/10_testbed_workflow/.*\.py$
'''
,
]
Back
|
FazBrowse Home
|
New Git URL