From 16bedf5a5720c8cc8f2f2bad4787fa3fa4aa8967 Mon Sep 17 00:00:00 2001 From: James Frank <93668289+jfrank-nih@users.noreply.github.com> Date: Tue, 26 Nov 2024 22:26:42 +0000 Subject: [PATCH] Corrects VEX inputs documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef4b671..17be2b8 100644 --- a/README.md +++ b/README.md @@ -170,8 +170,8 @@ See [Prefix](#prefix) above about the available prefixes for the `to` argument. | `ignore-base` | **optional** default is `false` | `boolean` | Ignore base image vulnerabilities | | `sarif-file` | **optional** default is empty (no output file) | `string` | Write output to a SARIF file for further processing or upload into GitHub code scanning | | `only-vex-affected` | **optional** default is `false` | `boolean` | Filter out CVEs that are marked not affected by a VEX statement | -| `vex-author` | **optional** default is empty | `string` | File location of directory or file containing VEX statement | -| `vex-location` | **optional** default is empty | `string` | List of VEX statement authors to accept | +| `vex-author` | **optional** default is empty | `string` | List of VEX statement authors to accept | +| `vex-location` | **optional** default is empty | `string` | File location of directory or file containing VEX statement | ## `sbom` Inputs