Difference between revisions of "Keeping Infrastructure as Code Secure (KICS)"

From wikieduonline
Jump to navigation Jump to search
Line 18: Line 18:
 
* [[Checkmarx]]
 
* [[Checkmarx]]
 
* [[KICS execution example]]
 
* [[KICS execution example]]
 +
* [[Hardeneks]]
  
 
== See also ==
 
== See also ==

Revision as of 11:31, 20 November 2023

wikipedia:KICS

Scan a directory:

docker run -t -v {path_to_host_folder_to_scan}:/path checkmarx/kics:latest scan -p /path -o "/path/"

Scan a single file:

docker run -t -v {path_to_host_folder}:/path checkmarx/kics:latest scan -p /path/{filename}.{extension} -o "/path/"


uses: checkmarx/kics-github-action


See also

Advertising: