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

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

Revision as of 16:56, 1 February 2024

wikipedia:KICS

kics --help
kics scan

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: