/
githubmirror
/
gitleaks
Обзор
Документация
Войти
/
githubmirror
/
gitleaks
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
testdata/config/valid/allowlist_rule_commit.toml
9 строк
292 B
Richard Gomez
feat(config): define multiple global allowlists (#1777)
29 апр 2025, 16:49
Не верифицирован
29 апр 2025, 16:49
4451b45
Код
Авторство
О чём код?
title = "simple config with allowlist for a specific commit" [[rules]] description = "AWS Access Key" id = "aws-access-key" regex = '''(?:A3T[A-Z0-9]|AKIA|ASIA|ABIA|ACCA)[A-Z0-9]{16}''' tags = ["key", "AWS"] [[rules.allowlists]] commits = ['''allowthiscommit''']