Metadata-Version: 2.4
Name: grypereport
Version: 0.0.16
Summary: Grype vulnerability scanner report builder and CSV exporter.
Project-URL: homepage, https://github.com/amarienko/GrypeReport
Project-URL: github, https://github.com/amarienko/GrypeReport
Project-URL: issues, https://github.com/amarienko/GrypeReport/issues
Author-email: Alex Marienko <alexey.maryenko@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: builder,ci,csv,csv-export,grype,report
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: POSIX :: Other
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Requires-Dist: click
Provides-Extra: encoding
Requires-Dist: ftfy>=6.3; extra == 'encoding'
Description-Content-Type: text/markdown

<p align="left">
  <a href="https://www.python.org" alt="python">
    <img src="https://img.shields.io/badge/3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-blue?logo=python&logoColor=white&logoSize=auto&label=python&labelColor=grey" alt="Python"></a>
  <a href="https://pypi.org/project/grypereport/" alt="pypi">
    <img src="https://img.shields.io/pypi/v/grypereport?logo=pypi&logoColor=white&color=%2390A1B9" alt="PyPI"></a>
  <a href="https://github.com/amarienko/GrypeReport" alt="github tag">
    <img src="https://img.shields.io/github/v/tag/amarienko/GrypeReport?logo=github&color=orange" alt="GitHub"></a>
  <a href="https://opensource.org/licenses/MIT" alt="License">
    <img src="https://img.shields.io/github/license/amarienko/GrypeReport"/></a>
  <a href="https://github.com/psf/black" alt="black">
    <img src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
</p>

# GrypeReport
`grypereport` is a lightweight CLI tool for generating custom reports from the standard JSON output of the [Grype](https://github.com/anchore/grype) vulnerability scanner. `grypereport` generates reports on detected vulnerabilities, exports them to CSV, and integrates with [TeamCity](https://www.jetbrains.com/teamcity/) by publishing a build tag with the total and critical vulnerability counts via TeamCity Service Messages.

**Disclaimer**: [Grype](https://github.com/anchore/grype) and [TeamCity](https://www.jetbrains.com/teamcity/) are trademarks and copyrights of their respective owners, this project is not affiliated with, endorsed by, or sponsored by them.
