Skip to content

Commit

Permalink
Merge pull request #151 from shafeeqes/fix/linter-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato authored Dec 16, 2023
2 parents 13fa934 + 8e2dbbf commit 99d3e97
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pkg/ctl/implementation.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,24 +44,24 @@ const (
initReadmeMarkdown = "# OpenVEX Templates Directory\n\n" +
"This directory contains the OpenVEX data for this repository.\n" +
"The files stored in this directory are used as templates by\n" +
"`vexctl generate` when generating VEX data for a release or \n" +
"`vexctl generate` when generating VEX data for a release or\n" +
"a specific artifact.\n\n" +
"To add new statements to publish data about a vulnerability,\n" +
"download [vexctl](https://github.com/openvex/vexctl)\n" +
"and append new statements using `vexctl add`. For example:\n" +
"and append new statements using `vexctl add`. For example:\n\n" +
"```\n" +
"vexctl add --in-place main.openvex.json pkg:oci/test CVE-2014-1234567 fixed\n" +
"```\n" +
"```\n\n" +
"That will add a new VEX statement expressing that the impact of\n" +
"CVE-2014-1234567 is under investigation in the test image. When\n" +
"cutting a new release, for `pkg:oci/test` the new file will be\n" +
"incorporated to the relase's VEX data.\n\n" +
"## Read more about OpenVEX\n\n" +
"To know more about generating, publishing and using VEX data\n" +
"in your project, please check out the vexctl repository and\n" +
"documentation: https://github.com/openvex/vexctl\n\n" +
"OpenVEX also has an examples repository with samples and docs:\n" +
"https://github.com/openvex/examples\n\n"
"in your project, please check out the [vexctl repository and\n" +
"documentation](https://github.com/openvex/vexctl).\n\n" +
"OpenVEX also has an [examples repository](https://github.com/openvex/examples)\n" +
"with samples and docs.\n"
)

type Implementation interface {
Expand Down

0 comments on commit 99d3e97

Please sign in to comment.