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.
- Host: GitHub
- URL: https://github.com/53845714nf/analysis_market_minder
- Owner: 53845714nF
- License: agpl-3.0
- Created: 2024-08-08T13:18:57.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T17:42:01.000Z (8 months ago)
- Last Synced: 2024-11-05T23:05:59.145Z (6 months ago)
- Topics: matplotlib, python3, venn-diagram, vulnerability-scanners
- Language: Python
- Homepage:
- Size: 2.79 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
- Security: SECURITY.md
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
```