Container Security Scanner Parameters
Checkmarx One offers robust filter settings to enhance container security by enabling users to configure their scans for precision and relevance. Below is an overview of the four available filter settings, designed to reduce noise and focus on critical vulnerabilities in your scans.
The following table explains how to configure each type of filter.
Filter name | Description | Syntax | Examples |
---|---|---|---|
Private Package Regex Filter | Prevent sensitive private packages from being sent to the cloud for analysis. Exclude packages by package name or file path using regex. | Regex |
|
Folder/file filter | Specify files and folders to be included (allow list) or excluded from (block list) scans. |
|
|
Image/tag filter | Exclude images by image name and/or tag. |
TipYou can use wildcard (*) at the beginning, end or both. |
|
Exclude non-final stages filter | Exclude all images that are not from the final stage of the build process, so that only the final deployable image is scanned. TipOnly supported for Dockerfile images | True - apply filter False - don't apply filter |