Skip to content

Commit

Permalink
[Security] Update deprecated Aqua scanner options (#137)
Browse files Browse the repository at this point in the history
Misconguration engine activation option move from `config` to `misconfig`.
  • Loading branch information
remic-alma committed May 24, 2024
1 parent 5cf10b1 commit bab13c8
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 @@ -15,7 +15,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 bab13c8

Please sign in to comment.