We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0480cb commit 81e3fedCopy full SHA for 81e3fed
.github/workflows/ci-check-infra.yml
@@ -102,12 +102,14 @@ jobs:
102
103
- name: Run Trivy IaC scanner
104
uses: aquasecurity/trivy-action@v0.35.0
105
+ env:
106
+ TRIVY_SKIP_CHECKS: AVD-AWS-0034
107
with:
108
scan-type: 'config'
109
scan-ref: ${{ inputs.tf-directory }}
- exit-code: '0'
110
+ exit-code: '1'
111
+ severity: 'HIGH,CRITICAL'
112
skip-dirs: '.terraform'
- skip-checks: 'AVD-AWS-0034'
113
114
tflint:
115
name: TFLint
0 commit comments