Releases: cycodehq/cycode-cli
Releases · cycodehq/cycode-cli
Release - 0.2.3
Announcing the latest release of Cycode CLI, version 0.2.3.
This version introduces the SCA scanning option.
With the new SCA scanning option, you can scan your code dependencies for security vulnerabilities and license compliance issues.
To start with the new SCA scanning option, pass the sca value to the CLI command --scan-type parameter.
For example:
$ cycode scan --scan-type sca repository ~/home/git/codebase
All scanning options are available in the documentation.
Release - 0.2.2
- fix for commit range scan slowness issue
Release - 0.2.1
added pre receive hook installation instructions
Release - 0.2.0
New Features
- Support for secrets scan in pre-receive hook: With this feature, you can now scan your code for sensitive information, such as passwords and API keys, before it is committed to your repository. This helps you catch potential security vulnerabilities early in the development process.
- SCA scanning beta: We're introducing support for Software Composition Analysis (SCA) scanning. With SCA scanning, you can detect and manage open-source components and their licenses in your codebase, ensuring compliance with legal and security requirements.
- SAST scanning beta: We're also introducing support for Static Application Security Testing (SAST) scanning. SAST scans analyze your code for security vulnerabilities, including common coding errors and potential attack vectors.
- Dependency vulnerabilities fixes: We've fixed several dependency vulnerabilities to improve the security and stability.
Bug Fixes
- We've addressed several issues reported by our users.
Release - 0.1.7
- Support SCA scan
- Improve the scan report
Release - 0.1.6
better monitoring
Release - 0.1.4
- added
cycode authcommand - minor bugs fixes
Release - 0.1.3
- bug fixes for windows users
- add new option to select the results print format - text/json
Release CLI
0.1.2 CM-1053 - cycode cli