Releases: cycodehq/cycode-cli
Releases · cycodehq/cycode-cli
Release - 1.8.0
What's Changed
- Add support of
--report
option for secret scanning by @saramontif in #203 - Add caching of the access token by @MarshalX in #199
- Add new fields to scan parameters by @MarshalX in #198
- Add contributing guidelines by @MarshalX in #202
- Add GitHub output in ruff GitHub Actions workflow by @MarshalX in #200
- Fix absolute imports by @MarshalX in #201
- Fix severity sorting for unknown severity by @morsa4406 in #197
- Fix multiprocessing module in packaged CLI with Python 3.12 on macOS by @MarshalX in #196
New Contributors
- @saramontif made their first contribution in #203
Full Changelog: v1.7.1...v1.8.0
Release - 1.7.1
What's Changed
- Add building of executable CLI in the onedir mode and ARM macOS by @MarshalX in #187
- Add onedir CLI to GitHub releases with checksums by @MarshalX in #189 and #191
- Migrate from black to ruff format by @MarshalX in #192
- Bump gitpython from 3.1.40 to 3.1.41 by @dependabot in #195
- Fix route to scan-service and detectionsonline-service by @morsa4406 and @MarshalX in #188, #190, #194
- Fix reading existing restore file from a directory for Gradle by @morsa4406 in #193
Full Changelog: v1.7.0...v1.7.1
Release - 1.7.0
What's Changed
Added an option to show custom company remediation guidelines as part of our commitment to improving AppSec - R&D collaboration. Note that this field will appear only for detections with company guidelines.
Full Changelog: v1.6.0...v1.7.0
Release - 1.6.0
What's Changed
- Add scanning of many paths in one CLI run by @MarshalX in #183
- Migrate all CLI commands to the new project structure by @MarshalX in #182
Full Changelog: v1.5.0...v1.6.0
Release - 1.5.0
What's Changed
- Add Elixir support for SCA by @MarshalX in #179
- Add signed executables and their checksums as assets to GitHub releases by @MarshalX in #172
- Add SBOM report to the readme by @jenia-sakirko in #171
- Add CLI documentation regarding committing config file with ignores to repo by @MarshalX in #177
- Improve UX of SCA table with results by grouping and sorting data by @MarshalX in #180
- Bump urllib3 from 1.26.17 to 1.26.18 by @dependabot in #170
- Update "cycode configure" section in README by @MarshalX in #174
- Update dynamic versioning (fix compatibility with Poetry) by @MarshalX in #175
- Update GitHub organization name by @MarshalX in #176
New Contributors
- @jenia-sakirko made their first contribution in #171
Full Changelog: v1.4.0...v1.5.0
Release - 1.4.0
Release - 1.3.0
What's Changed
- Add SBOM reports by @MarshalX in #164
- Bump urllib3 from 1.26.16 to 1.26.17 by @dependabot in #165
Full Changelog: v1.2.0...v1.3.0
Release - 1.2.0
What's Changed
- Add
--no-restore
flag for SCA by @PelegCycode in #154 - Add signing of Windows CLI executables by @MarshalX in #158
- Fix setting of logger level from environment variable by @MarshalX in #162
- Fix stream of loggers (
--verbose
flag). It usesstderr
instead ofstdout
now by @MarshalX in #162 - Bump gitpython from 3.1.31 to 3.1.35 by @dependabot in #155 and #163
Full Changelog: v1.1.0...v1.2.0
Release - 1.1.0
What's Changed
Add support of Terraform Plan scans by @EfratIsrael in #153
New Contributors
- @EfratIsrael made their first contribution in #153
Full Changelog: v1.0.0...v1.1.0
Release - 1.0.0
Breaking Changes
- Drop support of the old position of
--output
option by @MarshalX in #148 - Drop support of
--version
option by @MarshalX in #147
The new --output
position is right after "cycode". Example: cycode -o table
.
Instead of cycode --version
use cycode version
.
What's Changed
- Disable Cimon fail-on-error flag by @MarshalX in #126
- Sign and notarize the macOS CLI executable by @MarshalX in #124
- Add dependency paths column on SCA table output by @morsa4406 in #127
- Improve README by @anna-aleksandrowicz in #125
- Fix dependency paths to add continuation dependencies sign for the list greater than 2 by @morsa4406 in #131
- Support scan in batches with progress bar by @MarshalX in #129
- Integrate Black code formatter by @MarshalX in #133
- Integrate Ruff linter by @MarshalX in #134
- CLI pre-commit hook can't be installed properly by @MarshalX in #135
- Improve type annotations by @MarshalX in #137
- Hide sensitive API responses from debug logs by @MarshalX in #138
- Update package description by @MarshalX in #139
- Add short alias for the output option by @MarshalX in #140
- Optimize the local files collection and improve the progress bar stage by @MarshalX in #141
- Add version command that supports TEXT and JSON output formats by @MarshalX in #142
- Fix list modification while in a for loop by @MarshalX in #143
- Improve version managing of pre-commit hook by @MarshalX in #144
- Add Poetry installation cache by @MarshalX in #145
- Migrate SCA tables to the new table management system by @MarshalX in #146
- Improve text messages by @MarshalX in #149
- Fix relative paths; fix validations of paths by @MarshalX in #150
- Implement proper handling of errors in printers by @MarshalX in #151
- Lock urllib3 v1 by @MarshalX in #152
New Contributors
- @anna-aleksandrowicz made their first contribution in #125
Full Changelog: v0.2.5...v1.0.0