mirror of https://github.com/pulumi/pulumi.git
f6e694c72b
This includes a few changes: * The repo name -- and hence the Go modules -- changes from pulumi-fabric to pulumi. * The Node.js SDK package changes from @pulumi/pulumi-fabric to just pulumi. * The CLI is renamed from lumi to pulumi. |
||
---|---|---|
.. | ||
.gitignore | ||
README.md | ||
build.sh | ||
main.go |
README.md
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