mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
10 lines
285 B
TOML
10 lines
285 B
TOML
title = "simple config with allowlist for .go files"
|
|
|
|
[[rules]]
|
|
description = "AWS Access Key"
|
|
id = "aws-access-key"
|
|
regex = '''(A3T[A-Z0-9]|AKIA|AGPA|AIDA|AROA|AIPA|ANPA|ANVA|ASIA)[A-Z0-9]{16}'''
|
|
tags = ["key", "AWS"]
|
|
[rules.allowlist]
|
|
paths = ['''.go''']
|