Skip to content

Commit fdd6b42

Browse files
committed
generator docs fix
Signed-off-by: Eddie Knight <knight@linux.com>
1 parent ef798da commit fdd6b42

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/en/docs/developers/plugins/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ description: >
1010

1111
<img src="/images/map.svg" alt="Plugin" style="float: right; max-width: 120px; margin: 0 0 20px 20px;">
1212

13+
### Prerequisites
14+
1315
Privateer includes a command to generate a plugin from a YAML controls catalog document that complies with the [Gemara](https://gemara.openssf.org) Layer 2 schema.
1416

1517
To start without a catalog instead, you can simply clone the [example plugin](https://github.com/privateerproj/plugin-example) and adjust it to your needs.
@@ -29,7 +31,7 @@ privateer generate-plugin \
2931

3032
This generates a complete plugin structure based on the catalog, including placeholders for data collection, evaluation plans, and assessments.
3133

32-
The generated catalog may still have non-functional values which you will need to update before it can compile.
34+
The generated plugin may still have non-functional values which you will need to update before it can compile.
3335

3436
### Command Options
3537

0 commit comments

Comments
 (0)