mirror of
https://github.com/Infisical/infisical.git
synced 2026-05-02 03:02:03 -04:00
10 lines
281 B
TOML
10 lines
281 B
TOML
title = "gitleaks extended 3"
|
|
|
|
## This should not be loaded since we can only extend configs to a depth of 3
|
|
|
|
[[rules]]
|
|
description = "AWS Secret Key"
|
|
id = "aws-secret-key-again-again"
|
|
regex = '''(?i)aws_(.{0,20})?=?.[\'\"0-9a-zA-Z\/+]{40}'''
|
|
tags = ["key", "AWS"]
|