Skip to content

Commit 75b5d76

Browse files
committed
d - Add docs on how to specify resources to skip.
1 parent 2668fa7 commit 75b5d76

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ json = false # JSON lines output, written to STDOUT.
118118
enabled = true # Enable the AWS tool, requires the configuration of AWS credentials.
119119
config.enabled = true # Enables the scanning of AWS config. This can take a long time to run, as it scans all resource history.
120120

121+
[[tool.aws.allowed_resources]]
122+
# Skip resources that match any of the specified tags. The key and value are case-sensitive.
123+
# Only supports skipping ENIs at the moment.
124+
tags = { "luminaut" = "ignore", "reviewed" = "true" }
125+
121126
[tool.nmap]
122127
enabled = true # Enable the nmap tool, requires the nmap utility installed and on the system path.
123128

0 commit comments

Comments
 (0)