Skip to content

Commit

Permalink
chore: log when osv true
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Jun 1, 2023
1 parent f30bb35 commit 7965b5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/workers/repository/process/extract-update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ async function fetchVulnerabilities(
packageFiles: Record<string, PackageFile[]>
): Promise<void> {
if (config.osvVulnerabilityAlerts) {
logger.debug('fetchVulnerabilities() - osvVulnerabilityAlerts=true');
try {
const vulnerabilities = await Vulnerabilities.create();
await vulnerabilities.appendVulnerabilityPackageRules(
Expand Down

0 comments on commit 7965b5a

Please sign in to comment.