Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitleaks.toml « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d0d140c841445a3486ef586ce5bb53a5c0ec9628 (plain)
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
title = "extension of default gitleaks config"

[extend]
# Extends default packaged path
path = "/gitleaks.toml"

[allowlist]
  description = "global allow list"
  regexTarget = "match"
  regexes = [
    # spotted in doc/user/application_security/secret_detection/index.md and some frontend specs
    "glpat-1234567890abcdefghij",
    # spec/frontend/lib/utils/secret_detection_spec.js
    "glpat-cgyKc1k_AsnEpmP-5fRL",
    "gldt-cgyKc1k_AsnEpmP-5fRL",
    "glsoat-cgyKc1k_AsnEpmP-5fRL",
    "glcbt-FFFF_cgyKc1k_AsnEpmP-5fRL",
    "glcbt-1_cgyKc1k_AsnEpmP-5fRL",
    # spec/frontend/lib/utils/secret_detection_spec.js
    "GlPat-abcdefghijklmnopqrstuvwxyz",
    # doc/development/sec/token_revocation_api.md
    "glpat--8GMtG8Mf4EnMJzmAWDU",
    # doc/development/sec/token_revocation_api.md
    "glpat--tG84EGK33nMLLDE70zU",
    # doc/ci/runners/new_creation_workflow.md
    "GR1348941C6YcZVddc8kjtdU-yWYD",
    "glrt-2CR8_eVxiioB1QmzPZwa",
  ]