Skip to content

Commit

Permalink
Update aqua-cloud.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simar7 authored Sep 28, 2024
1 parent 3a2d927 commit 41f8116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aqua-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
- run: git config --global --add safe.directory /github/workspace

- name: Run Trivy vulnerability scanner against Aqua Cloud
uses: aquasecurity/trivy-action@0.11.0
uses: aquasecurity/trivy-action@0.24.0
with:
scan-type: 'fs'
hide-progress: true
format: 'table'
security-checks: 'vuln,config'
scanners: 'vuln,config'
env:
AQUA_KEY: ${{ secrets.AQUA_KEY }}
AQUA_SECRET: ${{ secrets.AQUA_SECRET }}
Expand Down

0 comments on commit 41f8116

Please sign in to comment.