pulumi/examples/analyzers/infosec
Luke Hoban 771a30c688 Save build artifacts aftifacts for Go builds
In the places we run `go build`, we should use
`go build -i` to save the `.a` files generated
during the build.  This ensures the artifacts
are availble for other Go tools (linters, IDEs), and
should also improve build speeds.
2017-06-07 17:03:07 -07:00
..
.gitignore Rename Coconut to Lumi 2017-05-18 11:38:28 -07:00
build.sh Save build artifacts aftifacts for Go builds 2017-06-07 17:03:07 -07:00
main.go Add a few more RawResources: trues 2017-06-01 08:39:48 -07:00
README.md Rename Coconut to Lumi 2017-05-18 11:38:28 -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:

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