pulumi/examples/analyzers/infosec/README.md
joeduffy dafeb77dff Rename Coconut to Lumi
This is part of pulumi/coconut#147.

After it has landed, I will rename the repo on GitHub.
2017-05-18 11:38:28 -07:00

368 B

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:

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