cyberark/secrets-provider-for-k8s

View on GitHub
.gitleaks.toml

Summary

Maintainability
Test Coverage
# This is for the Git Leaks scanner run with git hooks.
# Keep it in sync with .devops/gitleaks.yaml which is used for the DevOps Git Leaks scanner.

title = "Gitleaks Configuration"

[extend]
# useDefault will extend the base configuration with the default gitleaks config:
# https://github.com/gitleaks/gitleaks/blob/master/config/gitleaks.toml
useDefault = true

[allowlist]
description = "global allow list"
paths = [
  '''e2e/consts.go'''
]