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 245d7fc
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 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 @@ -19,9 +21,8 @@ incorporated to the relase's VEX data.
## Read more about OpenVEX

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

OpenVEX also has an examples repository with samples and docs:
https://github.com/openvex/examples
in your project, please check out the [vexctl repository and
documentation](https://github.com/openvex/vexctl).

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

0 comments on commit 245d7fc

Please sign in to comment.