Skip to content

Commit 8292d72

Browse files
aws-ia-automator-prod[bot]IA Automatormaiconrocha
authored
Updates from project type (#101)
* Updates from project type, introducing Terraform test --------- Co-authored-by: IA Automator <dev@null> Co-authored-by: Maicon Alegre <alegrm@amazon.com>
1 parent d86fa97 commit 8292d72

33 files changed

+393
-105
lines changed

.checkov.yml renamed to .config/.checkov.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
download-external-modules: True
1+
download-external-modules: False
22
evaluate-variables: true
3-
file:
4-
- 'tf.json'
3+
directory:
4+
- ./
55
framework:
6-
- terraform_plan
6+
- terraform
77
skip-check:
88
- CKV2_GCP*
99
- CKV_AZURE*
1010
- CKV2_AZURE*
11-
repo-root-for-plan-enrichment:
12-
- '.'
11+
- CKV_TF_1 # default to Terraform registry instead of Git
1312
summary-position: bottom
1413
output: 'cli'
1514
compact: True
File renamed without changes.
File renamed without changes.

.tflint.hcl renamed to .config/.tflint.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
plugin "aws" {
55
enabled = true
6-
version = "0.23.0"
6+
version = "0.22.1"
77
source = "github.com/terraform-linters/tflint-ruleset-aws"
88
}
99

.config/.tfsec.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"minimum_severity": "MEDIUM"
3+
}

0 commit comments

Comments
 (0)