This repository contains a Python script that performs vulnerability analysis on source code repositories using Grype. The script scans all repositories within a specified directory and generates a CSV file containing detailed information about the vulnerabilities found.
- Python 3.x
- Grype (ensure it is installed and accessible on your system)
- Clone the repository or download the script. Make sure you have Grype installed.
- Run the script and provide the path to the folder containing the repositories and the name of the output CSV file.
Contributions are welcome. If you want to improve the script or add new features, feel free to submit a pull request.