CLI updates
The updates on this page apply to the Veracode CLI. Updates that apply to specific Veracode regions show a region icon.
For updates specific to Veracode Fix, such as language and CWE support, see Fix updates.
November 20, 2024
Veracode CLI v2.36.0
This update includes the following improvements:
-
The
veracode package
command includes:- Improved logging.
- The auto-packager attempts to generate artifacts for .NET projects even if it encounters warnings.
- The auto-packager now ignores gems when packaging Ruby projects.
-
The
veracode scan
command now takes less time to generate output.
October 24, 2024
Veracode CLI v2.35.0
This update includes the following improvements to the veracode package
command:
- If your Python, JavaScript, or PHP projects do not use a package manager, this command now generates artifacts that include all code files that might be omitted by a package manager. The artifact filename contains
no-pm
. - Minor performance improvements.
October 15, 2024
Veracode CLI v2.34.0
This update includes the following improvements:
-
New
veracode cache
command that clears the cache for all commands -
The
veracode scan
command includes:- To improve secrets detection, adds support for custom keywords and regex patterns, based on the policy for your organization
- If
policy passed
isfalse
, the CLI now exits with code3
- Support for defining a
temp
directory
September 25, 2024
Veracode CLI v2.33.0
This update includes support for installing previous versions of the CLI using Homebrew.
September 16, 2024
Veracode CLI v2.32.0
This update includes the following improvements:
-
The
veracode package
command includes:- Support for PL/SQL and T-SQL
- Improved packaging for Python and PHP
- Improved error handling
- Improved packaging for iOS to support the latest release of gen-ir
- Improved packaging for .NET to include EXE files
- Improved JavaScript packaging on Windows
-
The
veracode scan
command adds a--verbose
flag to show debug logs.
September 09, 2024
Veracode CLI v2.31.0
This update includes the following improvements:
- The
veracode package
command has improved packaging for JavaScript. - The
veracode package
command now excludes nested Go modules when packaging Go projects. - The
veracode scan
command has improved logging for .NET projects. - The
veracode scan
command can now scan SBOMs from an SCA agent-based scan or upload scan. - Added the
proxyUrl
parameter to a CLI installation script for PowerShell. You can use the parameter to configure proxy servers during the installation.
August 28, 2024
Veracode CLI v2.30.1
You can now install and access the CLI using Homebrew.
August 27, 2024
Veracode CLI v2.30.0
This update includes the following improvements to the veracode package
, veracode sbom
and veracode scan
commands:
- Improved language support for Java Maven workflow.
- Improved error handling to show fatal errors in all modes. For debug mode, added guidance to contact Veracode Technical Support.
August 1, 2024
Veracode CLI v2.29.0
This update includes the following improvements to the veracode package
, veracode sbom
and veracode scan
commands:
- Streamlined the log output by removing overly detailed logs that were cluttering the console. This change improves readability and helps users focus on the most relevant information during the execution of commands. Detailed logs are still available using the
--debug
flag. - Windows C/C++ packaging improvements, including parallel project builds, skipping non-C/C++ projects, and enhanced logging for failed builds.
- Improved error messaging.
- Updated the Syft JSON schema from version 13.0.0 to 16.0.4.
- Updated the CycloneDX XML schema from version 1.5 to 1.6.
- URL encoder is applied.