https://github.com/nwestfall/lambdaguardjunit
LambdaGuard JUnit Generator
https://github.com/nwestfall/lambdaguardjunit
Last synced: about 2 months ago
JSON representation
LambdaGuard JUnit Generator
- Host: GitHub
- URL: https://github.com/nwestfall/lambdaguardjunit
- Owner: nwestfall
- License: other
- Created: 2020-06-04T02:50:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T20:21:30.000Z (about 3 years ago)
- Last Synced: 2025-03-20T03:37:00.122Z (2 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LambdaGuard JUnit Generator
[](https://badge.fury.io/js/lambdaguardjunit)
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](https://github.com/Skyscanner/LambdaGuard)## Install
`npm install -g lambdaguardjunit`
## How to Use
`lambdaguardjunit --help`
```
LambdaGuard JUnitGenerate 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.