Skip to content

Commit 17f7082

Browse files
authored
revert fs to config and remove exit-code (#93)
1 parent 40f81b0 commit 17f7082

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/terraform.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,11 +324,10 @@ jobs:
324324
- name: Run Trivy vulnerability scanner in IaC mode
325325
uses: aquasecurity/trivy-action@0.20.0
326326
with:
327-
scan-type: 'fs'
327+
scan-type: 'config'
328328
hide-progress: false
329329
format: 'sarif'
330330
output: 'trivy-results.sarif'
331-
exit-code: '1'
332331
ignore-unfixed: true
333332
severity: 'CRITICAL,HIGH'
334333

0 commit comments

Comments
 (0)