Skip to content

Commit

Permalink
ci: downgrade trivy scanner action
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanfreitagrwe authored and stefanfreitag committed Apr 23, 2024
1 parent 948b39c commit f5d6d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tf-module-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
output-method: inject
git-push: "true"
- name: Run Trivy vulnerability scanner in IaC mode
uses: aquasecurity/trivy-action@0.19.0
uses: aquasecurity/trivy-action@0.13.1
with:
scan-type: 'config'
hide-progress: false
Expand Down

0 comments on commit f5d6d13

Please sign in to comment.