We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c8e275 commit bc6de2eCopy full SHA for bc6de2e
.github/actions/tfsec/action.yaml
@@ -12,7 +12,7 @@ runs:
12
modules_exit_code=0
13
14
./scripts/terraform/tfsec.sh ./infrastructure/terraform/components || components_exit_code=$?
15
- ./scripts/terraform/tfsec.sh ./infrastructure/terraform/module || modules_exit_code=$?
+ ./scripts/terraform/tfsec.sh ./infrastructure/terraform/modules || modules_exit_code=$?
16
17
if [ $components_exit_code -ne 0 ] || [ $modules_exit_code -ne 0 ]; then
18
echo "One or more TFSec scans failed."
0 commit comments