pulumi/examples/analyzers/infosec
joeduffy 98119f917e Rename ACMECorp security analyzer to InfoSec
This changes the example security analyzer from acmecorp/security
to just infosec, to reinforce that we will have certain analyzers
"out of the box" (infosec, cost, etc.)
2017-03-21 10:57:36 -07:00
..
.gitignore Rename ACMECorp security analyzer to InfoSec 2017-03-21 10:57:36 -07:00
build.sh Rename ACMECorp security analyzer to InfoSec 2017-03-21 10:57:36 -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