From d9dd23798100e9785515782c06f820cd035e9d5e Mon Sep 17 00:00:00 2001 From: Ben Cotton Date: Mon, 7 Oct 2024 10:16:54 -0400 Subject: [PATCH] Add an admonition about the vuln CLI version This is due to changes introduced in #150 Signed-off-by: Ben Cotton --- querying-via-cli.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/querying-via-cli.md b/querying-via-cli.md index 1e32637..33b4a3c 100644 --- a/querying-via-cli.md +++ b/querying-via-cli.md @@ -98,6 +98,10 @@ just once. ## Run the Query Vulnerability CLI +{: .important } This section requires GUAC v0.8.9 or later. If you are using an +older version of GUAC, please update. If you cannot, then use +`guacone query vuln` instead of `guacone query vuln (purl|uri)`. + Now that our GUAC instance is up and running with up-to-date information on the vulnerable image that we ingest, we will look at how we can utilize this data effectively.