Skip to content

Releases: cycodehq/cycode-cli

Release - 1.2.0

18 Sep 13:22
5d0f633
Compare
Choose a tag to compare

What's Changed

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

Release - 1.1.0

07 Aug 15:25
4c04a32
Compare
Choose a tag to compare

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

30 Jul 08:04
78e8763
Compare
Choose a tag to compare

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

13 Jun 12:09
20ff46e
Compare
Choose a tag to compare

What's Changed

New Contributors

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

Release - 0.2.4

22 May 14:38
d071284
Compare
Choose a tag to compare

What's Changed

New Contributors

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

Release - 0.2.3

30 Mar 14:07
9cc347e
Compare
Choose a tag to compare

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

16 Mar 16:29
0cf31b8
Compare
Choose a tag to compare
  • fix for commit range scan slowness issue

Release - 0.2.1

06 Mar 13:04
0f375df
Compare
Choose a tag to compare

added pre receive hook installation instructions

Release - 0.2.0

05 Mar 09:29
1ac8922
Compare
Choose a tag to compare

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

25 Dec 14:59
ceffcb4
Compare
Choose a tag to compare
Release - 0.1.7 Pre-release
Pre-release
  • Support SCA scan
  • Improve the scan report