Convert the security.json
output from LambdaGuard to a JUnit test result, to be used with CI pipelines.
You know how to use an awesome project called LambdaGuard
npm install -g lambdaguardjunit
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.