Skip to content

Releases: cycodehq/cycode-cli

Release - 3.0.1

16 May 11:38
c81407b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

Release - 3.0.0

14 May 15:21
7d83fba
Compare
Choose a tag to compare

Breaking changes

  • Support for Python 3.8 has been discontinued due to end-of-life.
  • Options:
    • Option --report of cycode scan was renamed to --cycode-report.
    • Option --commit_range of cycode scan commit-history was renamed to --commit-range.
    • Option --secret was renamed to --client-secret.
    • Options --client-id and --client-secrets moved from cycode scan to cycode.
  • Output:
    • Deprecated scan_id field was deleted from JSON output. Use scan_ids instead.
    • The pre-commit hook now uses text output for SCA.
    • Default output type changed from text to rich. To restore the old behavior provide cycode -o text option.
  • Commands:
    • Commands cycode auth check and cycode version were removed. Use cycode status instead.
    • Commands with _ (underscore) now use - (hyphen). Affected commands: commit-history, pre-commit, pre-receive. Note: backward compatibility is provided temporarily and will be deleted in the coming releases.

What's Changed

  • Add CLI output exporting in HTML, SVG, and JSON formats by @MarshalX in #297
  • Add rich output (Violation Cards); improve text output by @MarshalX in #295
  • Add rich progress bar with spinner and elapsed time by @MarshalX in #286
  • Add rich tables with more useful information, colorful values, visual separators of row groups, and clickable paths by @MarshalX in #287 and #289
  • Add formatted and colorized text in logs (--verbose mode) by @MarshalX in #285
  • Add text output support for SCA by @MarshalX in #307
  • Add syntax highlight for code snippets in text output by @MarshalX in #290
  • Add retry behavior for HTTP requests by @MarshalX in #291
  • Add error message from server responses to the user space by @MarshalX in #294
  • Polishing with various bug fixes by @MarshalX in #299, #302, #303, #293, #296, #309

Showcase

Violation Cards!

showcase_1

Modern UI

showcase_2

Improved text AKA compact output

showcase_3

Refreshed tables output

showcase_4

Full Changelog: v2.4.0...v3.0.0

Release - 2.4.0

30 Apr 13:42
99b820b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.3...v2.4.0

Release - 2.3.3

04 Apr 13:17
2901f82
Compare
Choose a tag to compare

What's Changed

  • Fix severity for SCA (use Cycode severity instead of Advisory Severity) by @MarshalX in #292

Full Changelog: v2.3.2...v2.3.3

Release - 2.3.2

24 Mar 11:31
27ca863
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.1...v2.3.2

Release - 2.3.1

05 Mar 16:08
f1f7c63
Compare
Choose a tag to compare

What's Changed

  • Make batching more configurable and friendly in --verbose logs by @MarshalX in #284

Full Changelog: v2.3.0...v2.3.1

Release - 2.3.0

25 Feb 11:21
f893e08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.3.0

Release - 2.2.0

18 Dec 15:36
1c4d549
Compare
Choose a tag to compare

What's Changed

  • Add support of .gitignore files for a file excluding from scans by @MarshalX in #272, #275
  • Add --by-cve option for cycode ignore command by @MarshalX in #274

Full Changelog: v2.1.1...v2.2.0

Release - 2.1.1

12 Dec 11:02
2f2759b
Compare
Choose a tag to compare

What's Changed

  • Fix SCA results filtering (severity weights) by @MarshalX in #273

Full Changelog: v2.1.0...v2.1.1

Release - 2.1.0

11 Dec 11:06
d292487
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0