forked from super-linter/super-linter
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #149 from 23andMe/SEC-1517-default-terrascan-config
Adding terrascan config file (#1761)
- Loading branch information
Showing
3 changed files
with
23 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# 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 = [ | ||
"AC_AWS_0320" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters