package
1.7.13
Repository: https://github.com/checkmarx/kics.git
Documentation: pkg.go.dev

# Functions

CI - enable only log messages to CLI output.
IsInitialized returns true if printer is ready, false otherwise.
LogFile - enables write to log file.
LogFormat - configures the logs format (JSON,pretty).
LogLevel - sets log level.
LogPath - sets the log files location.
No description provided by the author
NewPrinter initializes a new Printer.
NoColor - disables ASCII color codes.
PrintResult prints on output the summary results.
PrintScanDuration prints the scan duration.
SetupPrinter - configures stdout and log options with given FlagSet.
Silent - disables stdout output.
Verbose - redirects log entries to stdout.
WordWrap Wraps text at the specified number of words.

# Structs

No description provided by the author
Printer wil print console output with colors Medium is for medium sevevity results High is for high sevevity results Low is for low sevevity results Info is for info sevevity results Success is for successful prints Line is the color to print the line with the vulnerability minVersion is a bool that if true will print the results output in a minimum version.