Skip to content

Commit

Permalink
CCM-6245: TFSec Scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesthompson26-nhs committed Aug 21, 2024
1 parent 16fdfd4 commit c6ab5db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/terraform/tfsec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ function run-tfsec-natively() {
--exclude-downloaded-modules \
--config-file scripts/config/tfsec.yaml \
--format text \
--soft-fail \
"$dir_to_scan"

check-tfsec-status
Expand Down Expand Up @@ -78,6 +79,7 @@ function run-tfsec-in-docker() {
--exclude-downloaded-modules \
--config-file scripts/config/tfsec.yaml \
--format text \
--soft-fail \
"$dir_to_scan"
check-tfsec-status
}
Expand Down

0 comments on commit c6ab5db

Please sign in to comment.