Files
ansible/.gitleaks.toml
T
nerv 3049d8cb9a
YAML Lint / yamllint (push) Failing after 11s
YAML Lint / gitleaks (push) Successful in 3s
Add initial linting and security checks
Introduces CI workflows for YAML linting and secret detection,
and adds basic configuration for both tools. Also adds a
sample connectivity test playbook.
2026-05-03 09:49:18 +03:00

8 lines
115 B
TOML

[extend]
useDefault = true
[allowlist]
paths = [
'''roles/logs_settings_on_ptaf/templates/filebeat.yml.j2''',
]