Skip to content

Commit

Permalink
debuging cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
siewer committed Mar 6, 2024
1 parent 66f148a commit f8f8faf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ public void loadVulnsFromCICDToCodeProjectForBranch(CodeProject codeProject, Lis

//deleteProjectVulnerabilityService.deleteProjectVulnerabilityWithStatus(codeProject.getProject(), vulnTemplate.STATUS_REMOVED, vulnerabilitySource);

vulnTemplate.projectVulnerabilityRepository.flush();
//vulnTemplate.projectVulnerabilityRepository.flush();
log.info("[CICD] SourceCode - Loading Vulns for {} completed type of {} number of vulns {}", codeProject.getName(), scannerType, vulnToPersist.size());
}
}

0 comments on commit f8f8faf

Please sign in to comment.