Files
kubescape/cmd
aadarsh-nagrath db30020c95 feat: add default matchers option to image scanning
hey! added the default matchers option for image scanning as requested in #1838. now you can choose between stock matchers and CPE matchers when scanning images.

what's new:
- added --use-default-matchers flag to scan/image/patch commands
- true = stock matchers (default behavior)
- false = CPE matchers (more precise)

usage:
# use CPE matchers for more precise detection
kubescape scan image nginx:latest --use-default-matchers=false

# or in scan command
kubescape scan --scan-images --use-default-matchers=false

everything's backward compatible - existing code works exactly the same. just added the new option for folks who want more control over their vulnerability detection.

fixes #1838

Signed-off-by: aadarsh-nagrath <anagrath1@gmail.com>
2025-08-06 21:48:40 +05:30
..
2023-11-26 16:26:21 +05:00
2025-06-10 14:32:26 +03:00
2025-01-09 12:14:56 +01:00
2023-11-24 15:49:13 +01:00
2025-04-01 12:26:15 +03:00
2025-01-09 12:14:56 +01:00
2025-07-26 11:08:43 +02:00
2025-04-01 12:26:15 +03:00
2025-07-24 12:11:31 +03:00