Skip to content

Commit 3bd2d15

Browse files
committed
Merge branch 'dependency-review' of https://github.com/advanced-security/github-sbom-toolkit into dependency-review
2 parents d5bad5a + 9a78c60 commit 3bd2d15

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)