We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2668fa7 commit 75b5d76Copy full SHA for 75b5d76
README.md
@@ -118,6 +118,11 @@ json = false # JSON lines output, written to STDOUT.
118
enabled = true # Enable the AWS tool, requires the configuration of AWS credentials.
119
config.enabled = true # Enables the scanning of AWS config. This can take a long time to run, as it scans all resource history.
120
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
+
126
[tool.nmap]
127
enabled = true # Enable the nmap tool, requires the nmap utility installed and on the system path.
128
0 commit comments