Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MiSa.C
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
FernLab
HelpDesk
MiSa.C
Commits
5f572061
Commit
5f572061
authored
4 months ago
by
Johannes Knoch
Browse files
Options
Downloads
Patches
Plain Diff
delete custom rules
parent
d92cb465
No related branches found
No related tags found
Loading
Pipeline
#84936
failed
4 months ago
Stage: scan
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitleaks.toml
+0
-24
0 additions, 24 deletions
.gitleaks.toml
with
0 additions
and
24 deletions
.gitleaks.toml
deleted
100644 → 0
+
0
−
24
View file @
d92cb465
title
=
"Custom Gitleaks Config"
[[rules]]
id
=
"password-detection"
description
=
"Detects occurrences of the word 'password'"
regex
=
'''(?i)\bpassword\b'''
tags
=
[
"key"
,
"password"
,
"security"
]
[[rules.allowlists]]
# ❗ Fix: Changed from array to a table (map)
description
=
"Ignore common false positives"
regexes
=
[
'''(?i)password\s*
=
\s*
"?(example|test|dummy|1234)"
?
''' ]
[[rules]]
id = "login-detection"
description = "Detects occurrences of the word 'login'"
regex = '''
(?i)\bdb_login\b
'''
tags = ["name", "login", "login_name"]
[allowlist]
description = "global allow list"
paths = [
'''
extended-gitleaks-config\.toml
''',
'''
docs/MiSa.C_documentation\.html
'''
]
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Johannes Knoch
@jknoch
mentioned in commit
265e3768
·
4 months ago
mentioned in commit
265e3768
mentioned in commit 265e3768187d817d769ac7f6561552bd7c44e0d4
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment