We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f0eca commit ad0f561Copy full SHA for ad0f561
1 file changed
.github/actions/trivy/action.yaml
@@ -8,7 +8,6 @@ runs:
8
components_exit_code=0
9
modules_exit_code=0
10
11
- ./scripts/terraform/trivy.sh ./infrastructure/terraform/components || components_exit_code=$?
12
./scripts/terraform/trivy.sh ./infrastructure/terraform/modules || modules_exit_code=$?
13
14
if [ $components_exit_code -ne 0 ] || [ $modules_exit_code -ne 0 ]; then
0 commit comments