Skip to main content

No project description provided

Project description

Lacework Helios cli

Create a Lacework build artifact scan report.

Usage:

Options:

  • --input TEXT: path to Lacework scan results file [required]
  • --output TEXT: [optional] path to store html report. [default: .]
  • --template TEXT: [optional] path to custom html template
  • --help: Show this message and exit.

Usage:

lwh [OPTIONS] COMMAND [ARGS]...

Options:

  • --help Show this message and exit.

Commands:

  • opa Validate Scan Results against OPA policy
  • report Create a Lacework build artifact scan report



Installation

pip install lwh

Custom Reports

If you're interested in customizing the report check out the sample template in the examples folder. lwh cli simply renders the scan results json object to any provided template as {{ scan_result_json }}. You also have access to a python dictionary {{ data }} as a convenience object if using jinja. If using opa integration policy decision is also passed to report as {{result}}. You don't need to use React or Jinja. Feel free to use your existing tool chain.

From here the lacework-razr React components take over. But they don't have to. Feel free to customize or get in touch if you need any changes.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lwh-0.0.17.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

lwh-0.0.17-py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page