pulumi/examples/analyzers/infosec
2017-03-23 10:38:53 -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 Rename ACMECorp security analyzer to InfoSec 2017-03-21 10:57:36 -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