superlint/TEMPLATES/terrascan.toml
Aldana Vaca 8b75fbf345
Adding terrascan config file (#1761)
* adding terrascan config file

* fix line ending

Co-authored-by: Admiral Awkbar <admiralawkbar@github.com>
2021-07-14 10:20:24 -05:00

12 lines
416 B
TOML

# terrascan configuration file https://github.com/accurics/terrascan/blob/master/config/terrascan.toml
# scan and skip rules configuration
[rules]
# scan rules (list of rules to scan, adding rules here will override rules in the policy path)
# scan-rules = [
# "AWS.S3Bucket.DS.High.1043",
# "AWS.S3Bucket.IAM.High.0370"
# ]
# skip rules (list of rules to skip)
skip-rules = []