1.2.0 • Published 5 months ago

osv2gitlab v1.2.0

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

osv2gitlab

Script to convert osv-scanner output to a GitLab dependency scanner report format or junit XML format.

Usage

$ osv-scanner --format json . | npx -q osv2gitlab > gl-dependency-scanning.json

Junit output

$ osv-scanner --format json . | npx -q osv2gitlab --format=junit > junit.xml

Threshold filter

Keep everything classed as Medium severity or above:

$ osv-scanner --format json . | npx -q osv2gitlab --threshold=medium > gl-dependency-scanning.json

Contributing

Please fork the repository and submit a pull request.

License

This software is licensed under GNU GPLv3.

1.2.0

5 months ago

1.1.0

7 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago