Skip to content

Commit

Permalink
fix:fixed a bug where the base branch node is not added after oss net…
Browse files Browse the repository at this point in the history
… new scan.
  • Loading branch information
acke committed Aug 30, 2024
1 parent e84867c commit b370536
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/snyk/snykOss/providers/ossVulnerabilityTreeProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,6 @@ export default class OssIssueTreeProvider extends ProductIssueTreeProvider<OssIs

const folderSeverity = ProductIssueTreeProvider.getHighestSeverity(folderSeverityCounts);

if (folderVulnCount == 0) {
continue;
}

const baseBranchNode = this.getBaseBranch(uri.fsPath);
if (folderVulnCount == 0) {
this.addBaseBranchNode(baseBranchNode, nodes);
Expand Down

0 comments on commit b370536

Please sign in to comment.