Skip to content

Commit

Permalink
Merge pull request #97 from alma/security/update_aqua_scanner_depreca…
Browse files Browse the repository at this point in the history
…ted_option

[Security] Update deprecated Aqua scanner options
  • Loading branch information
joyet-simon authored May 24, 2024
2 parents 880577c + cccd015 commit 5dfd3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aqua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Run Aqua scanner
uses: docker://aquasec/aqua-scanner
with:
args: trivy fs --sast --reachability --scanners config,vuln,secret .
args: trivy fs --sast --reachability --scanners misconfig,vuln,secret .
# To customize which severities add the following flag: --severity UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL
# To enable SAST scanning, add: --sast
# To enable reachability scanning, add: --reachability
Expand Down

0 comments on commit 5dfd3e7

Please sign in to comment.