pulumi/examples/analyzers/infosec
joeduffy 9c1ea1f161 Fix some poor hygiene
A few linty things crept in; this addresses them.
2017-04-08 07:44:02 -07:00
..
.gitignore Rename the infosec analyzer to contoso/infosec 2017-03-23 10:38:53 -07:00
build.sh Rename the infosec analyzer to contoso/infosec 2017-03-23 10:38:53 -07:00
main.go Fix some poor hygiene 2017-04-08 07:44:02 -07:00
README.md Rename ACMECorp security analyzer to InfoSec 2017-03-21 10:57:36 -07:00

examples/analyzers/infosec

This is an example analyzer that enforces corporate security policy.

To use it, run the build.sh script, ensure the output is on your PATH, and add it to your project file:

analyzers:
    - infosec/basic

Or, alternatively, simply run a deployment with it listed explicitly:

coco deploy <env> --analyzer=infosec/basic