Skip to content

Commit 9a78c60

Browse files
aegilopsCopilot
andauthored
Update src/malwareMatcher.ts
Co-authored-by: Copilot <[email protected]>
1 parent 5607399 commit 9a78c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/malwareMatcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export function matchMalware(advisories: MalwareAdvisoryNode[], sboms: Repositor
163163
// Annotate with default branch for reporting (if known)
164164
const branchName = repo.defaultBranch || undefined;
165165
return list.map(p => ({ ...p, __branch: branchName }));
166-
}
166+
};
167167

168168
// Enumerate packages implied by branch diffs (added/updated head-side versions)
169169
const enumerateDiffPackages = (repo: RepositorySbom): Array<{ purl: string; name?: string; ecosystem?: string; version?: string; __branch: string }> => {

0 commit comments

Comments
 (0)