2017-03-21 17:57:36 +00:00
|
|
|
# examples/analyzers/infosec
|
2017-03-11 18:09:11 +00:00
|
|
|
|
2017-03-21 17:57:36 +00:00
|
|
|
This is an example analyzer that enforces corporate security policy.
|
2017-03-11 18:09:11 +00:00
|
|
|
|
|
|
|
To use it, run the `build.sh` script, ensure the output is on your `PATH`, and add it to your project file:
|
|
|
|
|
|
|
|
analyzers:
|
2017-03-21 17:57:36 +00:00
|
|
|
- infosec/basic
|
2017-03-11 18:09:11 +00:00
|
|
|
|
|
|
|
Or, alternatively, simply run a deployment with it listed explicitly:
|
|
|
|
|
2017-05-18 18:38:28 +00:00
|
|
|
lumi deploy <env> --analyzer=infosec/basic
|
2017-03-11 18:09:11 +00:00
|
|
|
|