Skip to main content

Releases of May 2022

CLI and Plugins Release of May 2022

During May, we new versions of the CLI, containing important updates and improvements. We also released new plugins that use the new CLI version and contain additional improvements.

New CLI Versions

Improvements and Bug Fixes 2.0.18

Status

Item

Description

UPDATED

Azure

Added support for Azure 2019 for the contributor-count command.

Improvements and Bug Fixes 2.0.17

Status

Item

Description

NEW

Filters per scanner

You can now add filters to the scan create command (to exclude files/folders from the scan) separately for each specific scanner. The flags for the new filters are: --sast-filter <string>, --kics-filter <string>, --sca-filter <string>. See scan create

Tip

The existing flag --file-filter , which sets filters for the entire scan (for all scanners) is still in use.

NEW

SSH key

You can now add an ssh key to the project create command, using the flag --ssh-key <string> with the path to the ssh private key.

NEW

SSH key

You can now add an ssh key to the scan create command, using the flag --ssh-key <string> with the path to the ssh private key.

UPDATED

Results json

Added the scanId field to the results json file.

UPDATED

File filters

Added support for file filters for scans run on zip files.

UPDATED

CLI Docker

Reduced size of CLI Docker image.

FIXED

Group name

Fixed issue in the project create and scan create commands, that adding a group with a space in the name (e.g. "Product Development") had been causing an error.

CI/CD Plugins

In May we released the following CI/CD plugin versions. These plugin versions use CLI version 2.0.18.

General Updates

Status

Item

Platform

Description

NEW

Filters per scanner

All

You can now add filters to the scan create command (to exclude files/folders from the scan) separately for each specific scanner. The flags for the new filters are: --sast-filter <string>, --kics-filter <string>, --sca-filter <string>. See scan create

NOTE The existing flag --file-filter , which sets filters for the entire scan (for all scanners) is still in use.

NEW

SSH key

All

You can now add an ssh key to a scan, using the flag --ssh-key <string> with the path to the ssh private key.

UPDATED

Azure 2019

Azure DevOps

Added support for Azure 2019 for the contributor-count command.

IDE Plugins

We have not yet released new IDE plugins for CLI version 2.0.18.