Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrects VEX inputs documentation #62

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down