lambdaguardjunit

Transform Lambda Guard results into JUnit Test results for CI pipelines.

Usage no npm install needed!

<script type="module">
  import lambdaguardjunit from 'https://cdn.skypack.dev/lambdaguardjunit';
</script>

README

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.