Skip to content

Commit

Permalink
fix(reporter): Correct the how-to-fix element for snippet choices
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Nobelis <[email protected]>
  • Loading branch information
nnobelis authored and sschuberth committed Apr 12, 2024
1 parent ac57032 commit d39d163
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Add the following lines to the *.ort.yml* file.
To **choose** this snippet:
[source,yaml]
--
package_snippet_choices:
snippet_choices:
- provenance:
url: "${scanResult.provenance.vcsInfo.url}"
choices:
Expand All @@ -120,7 +120,7 @@ package_snippet_choices:
Or to mark this location has having ONLY **false positives snippets**:
[source,yaml]
--
package_snippet_choices:
snippet_choices:
- provenance:
url: "${scanResult.provenance.vcsInfo.url}"
choices:
Expand Down

0 comments on commit d39d163

Please sign in to comment.