Skip to content

Commit

Permalink
docs: minor fixes
Browse files Browse the repository at this point in the history
Signed-off-by: sanskarsharma3110@gmail.com <sanskarsharma3110@gmail.com>
  • Loading branch information
mastersans committed Aug 3, 2024
1 parent c0ef68e commit 60d97f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/triaging_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,9 @@ cve-bin-tool --vex-file vex.json --vex-type cyclonedx --vex-output vex.json -rr
```
Here, the `cve-bin-tool` will automatically take product, vendor, and release information from the VEX file being scanned, so we aren't required to define those. One flag that is required is the `--revision-reason` or `-rr` flag, which specifies the reason for why the VEX document is being updated. Hence, if the `vex.json` already exists in the path, `cve-bin-tool` will update the `vex.json` file and generate a new `1_vex.json` file, also taking the revision reason into account. Below is the updated file demonstrating the same.

```console
Note: Always pass value for `-rr` flag in double quotes

```
{
"$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
"bomFormat": "CycloneDX",
Expand Down

0 comments on commit 60d97f9

Please sign in to comment.