Releases: Checkmarx/ast-cli-java-wrapper
Releases · Checkmarx/ast-cli-java-wrapper
1.0.21
What's Changed
Full Changelog: 1.0.20...1.0.21
1.0.20
What's Changed
- set proper credential validation message by @diogopcx in #37
- Update checkmarx-ast-cli binaries with 2.0.4 by @pedrompflopes in #38
Full Changelog: 1.0.18...1.0.20
1.0.19
What's Changed
- set proper credential validation message by @diogopcx in #37
- Update checkmarx-ast-cli binaries with 2.0.4 by @pedrompflopes in #38
Full Changelog: 1.0.18...1.0.19
1.0.18
Pre-release 1.0.14
- Update cli to 2.0.0
Pre-release 1.0.13
Update checkmarx-ast-cli to 2.0.0-rc.23 (#18) Co-authored-by: pedrompflopes <pedrompflopes@users.noreply.github.com>
Pre-release 1.0.12
- change result structure
Pre-release 1.0.11
- update cli version to 2.0.0-rc.22
Pre-release 1.0.10
- Update CLI to version RC-21
- Fields validations
- File filters
Pre-release 1.0.9
Added feature to retrieve results from CLI RC-14 version.
Two methods cxGetResultsList(String scanID, String formatType) and cxGetResultsSummary(String scanID, String formatType, String target) that will return the results either as a JSON, List or HTML string. Additionally, by passing file path in target argument, the wrapper will pass this to CLI so that the target file with the specified name is created.