Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
py_tools_ds
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Daniel Scheffler
py_tools_ds
Merge requests
!30
Draft: Resolve "initially set up SQA"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft: Resolve "initially set up SQA"
17-initially-set-up-sqa
into
enhancement/add_sqa
Overview
18
Commits
2
Pipelines
3
Changes
3
Closed
Maximilian Dolling
requested to merge
17-initially-set-up-sqa
into
enhancement/add_sqa
3 years ago
Overview
18
Commits
2
Pipelines
3
Changes
3
Expand
Closes
#17 (closed)
0
0
Merge request reports
Compare
enhancement/add_sqa
version 1
d41520f9
3 years ago
enhancement/add_sqa (base)
and
latest version
latest version
35c166ca
2 commits,
3 years ago
version 1
d41520f9
1 commit,
3 years ago
3 files
+
140
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
.sqa/check_credentials/gitleaks_config.toml
0 → 100644
+
111
−
0
Options
title
=
"gitleaks config"
[[rules]]
description
=
"AWS Manager ID"
regex
=
'''(A3T[A-Z0-9]|AKIA|AGPA|AIDA|AROA|AIPA|ANPA|ANVA|ASIA)[A-Z0-9]{16}'''
tags
=
[
"key"
,
"AWS"
]
[[rules]]
description
=
"AWS Secret Key"
regex
=
'''(?i)aws(.{0,20})?(?-i)['\"][0-9a-zA-Z\/+]{40}['\"]'''
tags
=
[
"key"
,
"AWS"
]
[[rules]]
description
=
"AWS MWS key"
regex
=
'''amzn\.mws\.[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}'''
tags
=
[
"key"
,
"AWS"
,
"MWS"
]
[[rules]]
description
=
"Facebook Secret Key"
regex
=
'''(?i)(facebook|fb)(.{0,20})?(?-i)['\"][0-9a-f]{32}['\"]'''
tags
=
[
"key"
,
"Facebook"
]
[[rules]]
description
=
"Facebook Client ID"
regex
=
'''(?i)(facebook|fb)(.{0,20})?['\"][0-9]{13,17}['\"]'''
tags
=
[
"key"
,
"Facebook"
]
[[rules]]
description
=
"Twitter Secret Key"
regex
=
'''(?i)twitter(.{0,20})?[0-9a-z]{35,44}'''
tags
=
[
"key"
,
"Twitter"
]
[[rules]]
description
=
"Twitter Client ID"
regex
=
'''(?i)twitter(.{0,20})?[0-9a-z]{18,25}'''
tags
=
[
"client"
,
"Twitter"
]
[[rules]]
description
=
"Github"
regex
=
'''(?i)github(.{0,20})?(?-i)[0-9a-zA-Z]{35,40}'''
tags
=
[
"key"
,
"Github"
]
[[rules]]
description
=
"LinkedIn Client ID"
regex
=
'''(?i)linkedin(.{0,20})?(?-i)[0-9a-z]{12}'''
tags
=
[
"client"
,
"LinkedIn"
]
[[rules]]
description
=
"LinkedIn Secret Key"
regex
=
'''(?i)linkedin(.{0,20})?[0-9a-z]{16}'''
tags
=
[
"secret"
,
"LinkedIn"
]
[[rules]]
description
=
"Slack"
regex
=
'''xox[baprs]-([0-9a-zA-Z]{10,48})?'''
tags
=
[
"key"
,
"Slack"
]
[[rules]]
description
=
"Asymmetric Private Key"
regex
=
'''-----BEGIN ((EC|PGP|DSA|RSA|OPENSSH) )?PRIVATE KEY( BLOCK)?-----'''
tags
=
[
"key"
,
"AsymmetricPrivateKey"
]
[[rules]]
description
=
"Google API key"
regex
=
'''AIza[0-9A-Za-z\\-_]{35}'''
tags
=
[
"key"
,
"Google"
]
[[rules]]
description
=
"Google (GCP) Service Account"
regex
=
'''"type": "service_account"'''
tags
=
[
"key"
,
"Google"
]
[[rules]]
description
=
"Heroku API key"
regex
=
'''(?i)heroku(.{0,20})?[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}'''
tags
=
[
"key"
,
"Heroku"
]
[[rules]]
description
=
"MailChimp API key"
regex
=
'''(?i)(mailchimp|mc)(.{0,20})?[0-9a-f]{32}-us[0-9]{1,2}'''
tags
=
[
"key"
,
"Mailchimp"
]
[[rules]]
description
=
"Mailgun API key"
regex
=
'''((?i)(mailgun|mg)(.{0,20})?)?key-[0-9a-z]{32}'''
tags
=
[
"key"
,
"Mailgun"
]
[[rules]]
description
=
"PayPal Braintree access token"
regex
=
'''access_token\$production\$[0-9a-z]{16}\$[0-9a-f]{32}'''
tags
=
[
"key"
,
"Paypal"
]
[[rules]]
description
=
"Picatic API key"
regex
=
'''sk_live_[0-9a-z]{32}'''
tags
=
[
"key"
,
"Picatic"
]
[[rules]]
description
=
"SendGrid API Key"
regex
=
'''SG\.[\w_]{16,32}\.[\w_]{16,64}'''
tags
=
[
"key"
,
"SendGrid"
]
[[rules]]
description
=
"Slack Webhook"
regex
=
'''https://hooks.slack.com/services/T[a-zA-Z0-9_]{8}/B[a-zA-Z0-9_]{8}/[a-zA-Z0-9_]{24}'''
tags
=
[
"key"
,
"slack"
]
[[rules]]
description
=
"Stripe API key"
regex
=
'''(?i)stripe(.{0,20})?[sr]k_live_[0-9a-zA-Z]{24}'''
tags
=
[
"key"
,
"Stripe"
]
[[rules]]
description
=
"Square access token"
regex
=
'''sq0atp-[0-9A-Za-z\-_]{22}'''
tags
=
[
"key"
,
"square"
]
[[rules]]
description
=
"Square OAuth secret"
regex
=
'''sq0csp-[0-9A-Za-z\\-_]{43}'''
tags
=
[
"key"
,
"square"
]
[[rules]]
description
=
"Twilio API key"
regex
=
'''(?i)twilio(.{0,20})?SK[0-9a-f]{32}'''
tags
=
[
"key"
,
"twilio"
]
[[rules]]
description
=
"Generic Credential"
regex
=
'''(?i)(dbpasswd|dbuser|dbname|dbhost|api_key|apikey|secret|key|api|password|user|guid|hostname|pw|auth)(.{0,20})?['|"]([0-9a-zA-Z-_\/+!{}/
=
]{
4
,
120
})
[
'|"]'''
tags
=
[
"key"
,
"API"
,
"generic"
]
[
rules.allowlist
]
regexes
=
[
'''keyword'''
,
'''AUTHORITY\[\"EPSG\"'''
,
'''apinfo'''
,
'''KeyError'''
,
'''key \'pos\' '''
]
[
allowlist
]
description
=
"Allowlisted files"
files
=
[
'''.*gitleaks_config.toml$'''
,
'''(.*?)(jpg|gif|doc|pdf|bin)$'''
,
'''(go.mod|go.sum)$'''
]
Loading