These are python scripts that help me to analyse the scan results from the Container Image Scanner for my bachelor thesis.
Use the following commands to use the Python scripts.
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt