Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 839 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 839 Bytes

glvd-triage-cli

Utility to add CVE context information to GLVD.

Data is maintained here in yaml files.

usage

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

tests

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