Utility to add CVE context information to GLVD.
Data is maintained here in yaml files.
Download the glvd-triage.sh script, for example like this:
mkdir -p ~/bin
wget --output-document ~/bin/glvd-triage https://raw.githubusercontent.com/gardenlinux/glvd-triage-cli/refs/heads/main/glvd-triage.sh
chmod +x ~/bin/glvd-triage
This repo contains tets as a compose file. This setup allows to quickly iterate based on defined data.
To run the tests:
- Setup podman compose to use the
docker-compose
binary - Create a (gitignored)
github-pat.txt
file in this directory and put your own PAT there - Run
test.sh