Skip to content

Commit c6ab5db

Browse files
CCM-6245: TFSec Scanning
1 parent 16fdfd4 commit c6ab5db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/terraform/tfsec.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ function run-tfsec-natively() {
4242
--exclude-downloaded-modules \
4343
--config-file scripts/config/tfsec.yaml \
4444
--format text \
45+
--soft-fail \
4546
"$dir_to_scan"
4647

4748
check-tfsec-status
@@ -78,6 +79,7 @@ function run-tfsec-in-docker() {
7879
--exclude-downloaded-modules \
7980
--config-file scripts/config/tfsec.yaml \
8081
--format text \
82+
--soft-fail \
8183
"$dir_to_scan"
8284
check-tfsec-status
8385
}

0 commit comments

Comments
 (0)