Skip to content

Commit

Permalink
ci: tfsec
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-stewart committed May 4, 2023
1 parent 60c1a34 commit 177d6f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/ci_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,15 @@ lint_tests() {
terraform fmt -check
}

sec_tests() {
# TODO: replace with `lacework iac tf-scan tfsec -m MEDIUM`
tfsec -m MEDIUM
}

main() {
lint_tests
integration_tests
sec_tests
}

main || exit 99

0 comments on commit 177d6f9

Please sign in to comment.