From b0b06551e7a3ddadbf9b66091d5666b86c21bbc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20CHARBONNEL?= <121117838+remic-alma@users.noreply.github.com> Date: Thu, 23 May 2024 09:38:37 +0200 Subject: [PATCH] [Security] Update deprecated Aqua scanner options Misconguration engine activation option move from `config` to `misconfig`. --- .github/workflows/aqua.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aqua.yml b/.github/workflows/aqua.yml index 352d50c..069537c 100644 --- a/.github/workflows/aqua.yml +++ b/.github/workflows/aqua.yml @@ -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