Skip to content

Commit

Permalink
[#227] Update trivy scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
nvminhtue committed Jan 9, 2024
1 parent caa53c5 commit 0e4ff5f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test-generated-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
TERRAFORM_VERSION: "1.5.5"

jobs:
test:
test-generated-project:
name: Run Tests Generated Project
strategy:
matrix:
Expand Down Expand Up @@ -49,6 +49,8 @@ jobs:

- name: Run trivy linter
uses: aquasecurity/[email protected]

- name: Trivy scan
run: trivy config .
with:
scan-type: 'fs'
scan-ref: '.'
hide-progress: false
# trivy-config: trivy.yaml

0 comments on commit 0e4ff5f

Please sign in to comment.