Skip to content

Commit 245d7fc

Browse files
committed
Fix linter errors
1 parent 02d0c94 commit 245d7fc

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.openvex/templates/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22

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

88
To add new statements to publish data about a vulnerability,
99
download [vexctl](https://github.com/openvex/vexctl)
1010
and append new statements using `vexctl add`. For example:
11+
1112
```
1213
vexctl add --in-place main.openvex.json pkg:oci/test CVE-2014-1234567 fixed
1314
```
15+
1416
That will add a new VEX statement expressing that the impact of
1517
CVE-2014-1234567 is under investigation in the test image. When
1618
cutting a new release, for `pkg:oci/test` the new file will be
@@ -19,9 +21,8 @@ incorporated to the relase's VEX data.
1921
## Read more about OpenVEX
2022

2123
To know more about generating, publishing and using VEX data
22-
in your project, please check out the vexctl repository and
23-
documentation: https://github.com/openvex/vexctl
24-
25-
OpenVEX also has an examples repository with samples and docs:
26-
https://github.com/openvex/examples
24+
in your project, please check out the [vexctl repository and
25+
documentation](https://github.com/openvex/vexctl).
2726

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

0 commit comments

Comments
 (0)