Skip to content

Commit

Permalink
docs(vulnerabilities): clarify that the new option is not connected t…
Browse files Browse the repository at this point in the history
…o `osvVulnerabilityAlerts`
  • Loading branch information
secustor committed May 7, 2023
1 parent ac38b6c commit 1c02843
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/config/options/index.ts
Expand Up @@ -522,7 +522,8 @@ const options: RenovateOptions[] = [
},
{
name: 'dependencyDashboardOSVVulnerabilitySummary',
description: 'Control if the Dependency Dashboard issue lists CVEs.',
description:
'Control if the Dependency Dashboard issue lists CVEs supplied by [osv.dev](https://osv.dev). This feature is independent of the `osvVulnerabilityAlerts` option.',
type: 'string',
allowedValues: ['none', 'all', 'unresolved'],
default: 'none',
Expand Down

0 comments on commit 1c02843

Please sign in to comment.