Skip to content

Releases: Checkmarx/kics

v1.1.3

10 Feb 16:17
v1.1.3
b01e6f4

Choose a tag to compare

Changelog

Added

MacOS binaries in the release
Common query - Password and Secrets in Infrastructure as Code
Platform field to query in metadata.json and results JSON
Progress bar in CLI
Type flag to select type to scan (e.g. Terraform, Dockerfile, etc.)
Exclude-paths flag to enable excluding unwanted folders/files from being scanned
Config flag added to enable passing a .json/yaml config file that contains all flags configured
Added support for multiple unit tests samples in queries
Printing location of generated output file

Fixed

SimilarityID bug when computing with absolute file path (#1977)
KICS failing to scan when queries path is not in same context as kics execution (#1964)

v1.1.2

29 Jan 14:42
v1.1.2
6835c1e

Choose a tag to compare

Changelog

Added

Rego Generic Functions
SimilarityID for each result (a unique identifier for each vulnerability)
Scan duration in output and log
Improved log to display queries that failed during scan
Added version command

Changed

generate-id now a command instead of flag -g

Fixed

Codacy code issues

v1.1.1

12 Jan 22:35
v1.1.1
7c0d083

Choose a tag to compare

Changelog

Added

Results summary (both console and JSON output)
UUID generator for query support

Changed

Replaced queryIds to a UUID format

Fixed

Bug with query "Access Key Is Not Rotated Within 90 Days" appearing in every scan
SonarCloud code issues

v1.1.0

31 Dec 18:25
v1.1.0
a0c3fd0

Choose a tag to compare

Changelog

Added

  • Kubernetes queries
  • Cloudformation queries
  • Support for Dockerfile files
  • Dockerfile queries
  • Support for Ansible .yaml files
  • Ansible queries

Changed

Improved logging capabilities (now can output to a log file)

Fixed

Missing categories for Terraform queries

v1.0.0

30 Nov 14:48

Choose a tag to compare

Changelog

0fd1875 fixes bad json parsing #547 (#548)
54f0b29 Update getting-started.md
609afb6 Merge pull request #551 from Checkmarx/docs-update
632f06c add links
4cc90a5 docker usage instructions
46f6885 kics exe running command example
bc8d225 release process additions