Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
shafeeqes committed Dec 15, 2023
1 parent 02d0c94 commit 15bee3d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .openvex/templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@

This directory contains the OpenVEX data for this repository.
The files stored in this directory are used as templates by
`vexctl generate` when generating VEX data for a release or
`vexctl generate` when generating VEX data for a release or
a specific artifact.

To add new statements to publish data about a vulnerability,
download [vexctl](https://github.com/openvex/vexctl)
and append new statements using `vexctl add`. For example:

```
vexctl add --in-place main.openvex.json pkg:oci/test CVE-2014-1234567 fixed
```

That will add a new VEX statement expressing that the impact of
CVE-2014-1234567 is under investigation in the test image. When
cutting a new release, for `pkg:oci/test` the new file will be
Expand All @@ -20,8 +22,7 @@ incorporated to the relase's VEX data.

To know more about generating, publishing and using VEX data
in your project, please check out the vexctl repository and
documentation: https://github.com/openvex/vexctl
documentation: [vexctl](https://github.com/openvex/vexctl)

OpenVEX also has an examples repository with samples and docs:
https://github.com/openvex/examples

[Examples](https://github.com/openvex/examples)

0 comments on commit 15bee3d

Please sign in to comment.