Files
chimera-gfx-Public/.gitleaks.toml
T
Chimera GFX release export a6037502d7
phase0-ci / build-and-audit (push) Successful in 2m14s
Publish Chimera GFX source
2026-09-03 03:27:14 +02:00

14 lines
582 B
TOML

[extend]
useDefault = true
# These files contain published SHA-256 provenance values. Gitleaks' generic
# key rule mistakes the JSON field names for credentials; the values are
# one-way digests, not authentication material. Keep the allowlist path-bound.
[[allowlists]]
description = "Published provenance SHA-256 values"
paths = [
'''^manifests/runtime/phase-0\.9e-r-release-correlation\.json$''',
'''^manifests/retroarch/phase-1\.0bz-exact-sdl-stage-cleanup-gate\.json$''',
'''^manifests/retroarch/phase-1\.0ca-cleanup-result-and-hash-verifier-correction-gate\.json$'''
]