Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SQA Framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Research Software Engineering
Software Quality Assurance
SQA Framework
Merge requests
!64
separated handlers into subclasses for easier extendability
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
separated handlers into subclasses for easier extendability
separate-language-handlers
into
npm-license-check
Overview
0
Commits
18
Pipelines
0
Changes
18
Merged
separated handlers into subclasses for easier extendability
Maximilian Dolling
requested to merge
separate-language-handlers
into
npm-license-check
Apr 11, 2021
Overview
0
Commits
18
Pipelines
0
Changes
18
0
0
Merge request reports
Compare
npm-license-check
version 12
72ddcf4d
Apr 15, 2021
version 11
d695f606
Apr 15, 2021
version 10
28483f06
Apr 15, 2021
version 9
37ebbd20
Apr 15, 2021
version 8
c90774c0
Apr 11, 2021
version 7
96d9a849
Apr 11, 2021
version 6
a3608057
Apr 11, 2021
version 5
89f9b04a
Apr 11, 2021
version 4
b9a99ce1
Apr 11, 2021
version 3
4b42defd
Apr 11, 2021
version 2
28742e2c
Apr 11, 2021
version 1
672a988d
Apr 11, 2021
npm-license-check (base)
and
latest version
latest version
d3e0df3d
18 commits,
Apr 15, 2021
version 12
72ddcf4d
17 commits,
Apr 15, 2021
version 11
d695f606
16 commits,
Apr 15, 2021
version 10
28483f06
15 commits,
Apr 15, 2021
version 9
37ebbd20
14 commits,
Apr 15, 2021
version 8
c90774c0
10 commits,
Apr 11, 2021
version 7
96d9a849
9 commits,
Apr 11, 2021
version 6
a3608057
6 commits,
Apr 11, 2021
version 5
89f9b04a
5 commits,
Apr 11, 2021
version 4
b9a99ce1
4 commits,
Apr 11, 2021
version 3
4b42defd
3 commits,
Apr 11, 2021
version 2
28742e2c
2 commits,
Apr 11, 2021
version 1
672a988d
1 commit,
Apr 11, 2021
18 files
+
869
−
614
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
18
.sqa/check_credentials/gitleaks_config.toml
+
2
−
6
View file @ d3e0df3d
Edit in single-file editor
Open in Web IDE
Show full file
@@ -128,12 +128,8 @@ title = "gitleaks config"
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
]]
regex
=
"""key[12]?'?s? ?(in|=|:)? ?[{[]?('ignore'|'license[s1]'|'foo[12]': 'bar[12]'|settings|config|'ignore'|'unknown'|'submodules')"""
[[
rules
.
allowlist
]]
regex
=
"""[Aa]uthors"""
[[
rules
.
allowlist
]]
regex
=
"""keys.?.?.? .? .?'submodules'"""
[
rules
.
allowlist
]
regexes
=
[
"""key[12]?'?s? ?(in|=|:)? ?[{[]?('ignore'|'license[s1]'|'foo[12]': 'bar[12]'|settings|config|'ignore'|'unknown'|'submodules')"""
,
"""[Aa]uthors"""
,
"""keys.?.?.? .? .?'submodules'"""
]
[
allowlist
]
description
=
"Allowlisted files"
files
=
[
'''.*gitleaks_config.toml$'''
,
'''.*config.toml$'''
,
'''.*QUALITY.md$'''
,
'''.*software-quality-assurance-report.md$'''
]
Loading