Skip to content

Commit 926209d

Browse files
committed
Fix warning about deprecated config scanning
Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
1 parent f58e8bf commit 926209d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scanners/trivy/integration-tests/trivy.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ test.concurrent(
105105
"trivy-k8s-test",
106106
"trivy-k8s",
107107
// scanners is limited to config, and namespace to default to reduce the time of the test
108-
["--debug","--scanners", "config", "--include-namespaces", "securecodebox-system"],
108+
["--debug", "--scanners", "misconfig", "--include-namespaces", "securecodebox-system"],
109109
10 * 60 * 1000
110110
);
111111

0 commit comments

Comments
 (0)