Releases: cycodehq/cycode-cli
Releases · cycodehq/cycode-cli
Release - 0.2.4
What's Changed
- Add severity of detections to JSON output by @MarshalX in #100
- Add unit tests coverage by @MarshalX in #103
- Add JSON output format for scan errors by @MarshalX in #102
- Add "auth check" command by @MarshalX in #101
- Migrate to Poetry; fix package structure; use dynamic versioning from Git Tags by @MarshalX in #105
- Setup pre-release flow by @MarshalX in #106
- Add a new release workflow that works with Poetry and uses OIDC for PyPI by @MarshalX in #107
- Make dynamic versioning compatible with PyPI by @MarshalX in #108
- Add CVE column to result table by @PelegCycode in #109
- Add CODEOWNERS by @MarshalX in #111
- Build CLI executable by @MarshalX in #112
- Format auth command output to JSON by @MarshalX in #104
- Update README for release; fix image links by @MarshalX in #113
- Fix is_sub_path function for different drivers by @MarshalX in #115
- Fix concat_unique_id on Windows by @MarshalX in #116
- Add GHA Workflow to run tests on each supported Python version and OS by @MarshalX in #114
New Contributors
- @MarshalX made their first contribution in #100
- @PelegCycode made their first contribution in #109
Full Changelog: v0.2.3...v0.2.4
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