Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 330 Bytes

Readme.md

File metadata and controls

13 lines (10 loc) · 330 Bytes

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.

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