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 995497d commit c609f52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/terraform/tfsec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function run-tfsec-natively() {
--concise-output \
--force-all-dirs \
--exclude-downloaded-modules \
--config-file ../config/tfsec.yaml \
--config-file scripts/config/tfsec.yaml \
--format text \
"$dir_to_scan"

Expand Down Expand Up @@ -76,7 +76,7 @@ function run-tfsec-in-docker() {
--concise-output \
--force-all-dirs \
--exclude-downloaded-modules \
--config-file ../config/tfsec.yaml \
--config-file scripts/config/tfsec.yaml \
--format text \
"$dir_to_scan"
check-tfsec-status
Expand Down

0 comments on commit c609f52

Please sign in to comment.