Releases: Checkmarx/ast-cli
Releases · Checkmarx/ast-cli
2.0.0_RC5: Bump golang from 1.16.3-alpine3.13 to 1.16.4-alpine3.13 (#189)
Bumps golang from 1.16.3-alpine3.13 to 1.16.4-alpine3.13. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2.0.0_RC4: Feature/scan types (#185)
* Added support for KICS and SCA scans. * Added support incremental scans for SAST, KICS and SCA. * Removed uneeded variables.
2.0.0_RC2
2.0.0_RC1
1.0.0_RC5: Fix/circleci publish (#158)
* Testing circleci publish issues. * Restored the Circle CI ghr release process. Updated the CLI version to 1.0.0_RC6
v1.0.0_RC4: Feature/proxy config (#154)
* Added proxy to configuration options. Also fixed issue with
configurationfiles in Windows. Windows configuration files weren't
correctly handling CRLF.
* - Made all of the (configure set) commnds consistent with environment
variable names.
- Added proxy message when proxy is active.
- Fixed issues with Windows configuration files.
- Added Key/Secret/proxy to options that can be saved in configuration
file.
- Fixed help messages for (configure set) command.
* - Fixed issue with (--proxy) command not working
- Fixed issue where scan create would fail when user used variations on
project names like MyProject and myProject. All project names are
considered as lower case now when searching through list.
- Remove proxy configuration from (cx configure) interactive form.
* Corrected linting issue.
v1.0.0_RC3: Feature/updated filters (#143)
* Inclusions and exclusions are no provided with the '-g' command. * Inclusion and exclusion filters are now provided with the same '-g' option.
v1.0.0_RC2: Feature/parameter tuning (#136)
* Modified CircleCI build to create MacOS binary along with Windows and linux. Moved "extra" commands to utils sub menu. * Updated utils unit tests. * Updated unit tests for compatibility with CLI command structure changes.