mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 09:15:49 -05:00
8b75fbf345
* adding terrascan config file * fix line ending Co-authored-by: Admiral Awkbar <admiralawkbar@github.com>
12 lines
416 B
TOML
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 = []
|