Skip to content

Commit

Permalink
docs: update severity types
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed May 16, 2023
1 parent 3b03622 commit 0d30ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/template/index.ts
Expand Up @@ -145,7 +145,7 @@ export const allowedFields = {
versioning: 'The versioning scheme in use',
versions: 'An array of ChangeLogRelease objects in the upgrade',
vulnerabilitySeverity:
'The severity for a vulnerability alert upgrade (eg: LOW, MODERATE, HIGH, CRITICAL)',
'The severity for a vulnerability alert upgrade (LOW, MEDIUM, MODERATE, HIGH, CRITICAL, UNKNOWN)',
};

const prBodyFields = [
Expand Down

0 comments on commit 0d30ab9

Please sign in to comment.