chef / cookstyle

A linting tool that helps you to write better Chef Infra cookbooks and InSpec profiles by detecting and automatically correcting style, syntax, and logic mistakes in your code.
Apache License 2.0
109 stars 54 forks source link

Add new Chef/Security department and Chef/Security/SshPrivateKey cop #919

Closed tas50 closed 2 years ago

tas50 commented 2 years ago

Add our first cop to detect security problems in cookbook code.

Signed-off-by: Tim Smith tsmith@chef.io

tas50 commented 2 years ago

This is currently matching on InSpec tests. I'm waiting on a way to exclude those files.