Skip to content

Commit

Permalink
fix ref for trivy job
Browse files Browse the repository at this point in the history
  • Loading branch information
alismx committed Nov 12, 2024
1 parent 8dd94d2 commit 8cf78a7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Run tflint
uses: ghcr.io/terraform-linters/tflint

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.23.0
uses: aquasecurity/trivy-action@0.28.0
with:
scan-type: 'fs'
scan-ref: .
Expand Down

0 comments on commit 8cf78a7

Please sign in to comment.