Command-line tool to convert security scanner output (e.g., Trivy, Grype, OWASP Dependency Check, GitLab SAST) into JUnit XML format, enabling integration with CI/CD pipelines. Current version 1.1.0, supports Python >=3.10, released irregularly.
pip install secscanner2junitVerified import paths — ran on the pinned version, not inferred.
Basic usage: instantiate Converter and call convert() with the scanner JSON data and scanner name.
Update imports to `from secscanner2junit import Converter`.
Read the file with `json.load()` or `json.loads()` before passing to `converter.convert()`.
Pin your version to 1.1.0 if relying on this feature, and monitor for breaking changes.
No dependency data recorded yet.