An open API service indexing awesome lists of open source software.

https://github.com/53845714nf/analysis_market_minder

These are python scripts that help me to analyse the scan results from the Container Image Vulnerability scanners for my bachelor thesis.
https://github.com/53845714nf/analysis_market_minder

matplotlib python3 venn-diagram vulnerability-scanners

Last synced: 4 months ago
JSON representation

These are python scripts that help me to analyse the scan results from the Container Image Vulnerability scanners for my bachelor thesis.

Awesome Lists containing this project

README

        

# Analyse Market Minder Scanns

## Description
These are python scripts that help me to analyse the scan results from the Container Image Scanner for my bachelor thesis.

## Install
Use the following commands to use the Python scripts.

```shell
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
```