0.1.0 • Published 4 years ago

lambdaguardjunit v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

LambdaGuard JUnit Generator

npm version

Convert the security.json output from LambdaGuard to a JUnit test result, to be used with CI pipelines.

Requirements

You know how to use an awesome project called LambdaGuard

Install

npm install -g lambdaguardjunit

How to Use

lambdaguardjunit --help

LambdaGuard JUnit

  Generate JUnit Test Results from LambdaGuard security scan 

Options

  --filepath security.json   File path to `security.json` from LambdaGuard 
  --level                    Level to flag as a test `failure`             
  --output                   Change output path                            
  --help                     Print this usage guide  

lambdaguardjunit -f path/to/lambdaguard/output/security.json -l high -o path/to/junit/report.xml

And that's it. Super simple. Super easy.