Skip to content

Commit bc6de2e

Browse files
CCM-633 TFsec enforcement
1 parent 6c8e275 commit bc6de2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/tfsec/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
modules_exit_code=0
1313
1414
./scripts/terraform/tfsec.sh ./infrastructure/terraform/components || components_exit_code=$?
15-
./scripts/terraform/tfsec.sh ./infrastructure/terraform/module || modules_exit_code=$?
15+
./scripts/terraform/tfsec.sh ./infrastructure/terraform/modules || modules_exit_code=$?
1616
1717
if [ $components_exit_code -ne 0 ] || [ $modules_exit_code -ne 0 ]; then
1818
echo "One or more TFSec scans failed."

0 commit comments

Comments
 (0)