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

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
  
 
* https://kics.io/
 
* https://kics.io/
 +
* <code>[[brew install kics]]</code>
  
 
Scan a directory:
 
Scan a directory:

Revision as of 16:55, 1 February 2024

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: