Skip to content

Commit 284e316

Browse files
committed
chore: configure terraform linters
1 parent db65d35 commit 284e316

File tree

3 files changed

+54
-41
lines changed

3 files changed

+54
-41
lines changed

.trivyignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,11 @@ AVD-AWS-0017
99
AVD-AWS-0104
1010

1111
# Ignore wildcarded resource in IAM policy
12-
AVD-AWS-0057
12+
AVD-AWS-0057
13+
14+
# MFA enforcement on IAM group is not applicable as group is used for
15+
# programmatic access via access keys, not console login
16+
AVD-AWS-0123
17+
18+
# AWS-managed key encryption is sufficient and CMK not required
19+
AVD-AWS-0098

kics.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@ exclude-queries:
1010

1111
# Sensitive Port Exposed to Private Network (This is fine due to VPC)
1212
- 92fe237e-074c-4262-81a4-2077acb928c1
13+
14+
# AWS-managed key encryption is sufficient and CMK not required for this service
15+
- a2f548f2-188c-4fff-b172-e9a6acb216bd
16+
17+
# Prevent user group no membership false positive
18+
- fc101ca7-c9dd-4198-a1eb-0fbe92e80044

poetry.lock

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)