Skip to content

Releases: cycodehq/cycode-cli

Release - 1.6.0

Choose a tag to compare

@MarshalX MarshalX released this 12 Dec 09:51
0366b40

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

Choose a tag to compare

@MarshalX MarshalX released this 04 Dec 14:22
91d3ea5

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

Full Changelog: v1.4.0...v1.5.0

Release - 1.4.0

Choose a tag to compare

@MarshalX MarshalX released this 10 Oct 13:52
bb0413f

What's Changed

Full Changelog: v1.3.0...v1.4.0

Release - 1.3.0

Choose a tag to compare

@MarshalX MarshalX released this 09 Oct 10:23
efc42ce

What's Changed

Full Changelog: v1.2.0...v1.3.0

Release - 1.2.0

Choose a tag to compare

@MarshalX MarshalX released this 18 Sep 13:22
5d0f633

What's Changed

Full Changelog: v1.1.0...v1.2.0

Release - 1.1.0

Choose a tag to compare

@MarshalX MarshalX released this 07 Aug 15:25
4c04a32

What's Changed

Add support of Terraform Plan scans by @EfratIsrael in #153

New Contributors

Full Changelog: v1.0.0...v1.1.0

Release - 1.0.0

Choose a tag to compare

@MarshalX MarshalX released this 30 Jul 08:04
78e8763

Breaking Changes

The new --output position is right after "cycode". Example: cycode -o table.
Instead of cycode --version use cycode version.

What's Changed

New Contributors

Full Changelog: v0.2.5...v1.0.0

Release - 0.2.5

Choose a tag to compare

@MarshalX MarshalX released this 13 Jun 12:09
20ff46e

What's Changed

New Contributors

Full Changelog: v0.2.4...v0.2.5

Release - 0.2.4

Choose a tag to compare

@MarshalX MarshalX released this 22 May 14:38
d071284

What's Changed

New Contributors

Full Changelog: v0.2.3...v0.2.4

Release - 0.2.3

Choose a tag to compare

@MaorDavidzon MaorDavidzon released this 30 Mar 14:07
9cc347e

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.