From 1c54040fd60369971478676dff1152ff09b0e5c0 Mon Sep 17 00:00:00 2001 From: Vincent Privat <146961743+vprivat-ads@users.noreply.github.com> Date: Wed, 31 Jul 2024 22:12:04 +0200 Subject: [PATCH] docs: grype-version parameter (#319) Signed-off-by: Don-vip --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c0b562f..cff6e713 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ The inputs `image`, `path`, and `sbom` are mutually exclusive to specify the sou | `add-cpes-if-none` | Specify whether to autogenerate missing CPEs. | `false` | | `by-cve` | Specify whether to orient results by CVE rather than GHSA. | `false` | | `vex` | Specify a list of VEX documents to consider when producing scanning results. | `false` | +| `grype-version` | An optional Grype version to download, defaults to the pinned version in [GrypeVersion.js](GrypeVersion.js). | | ### Action Outputs