多余代码删除

This commit is contained in:
even 2025-06-10 09:52:41 +08:00
parent 203241c7d6
commit a78308f1d0

View File

@ -85,8 +85,7 @@ public class ScaSbomWorker extends HttpWorker {
throw new ServiceException(GlobalErrorCodeConstants.INTERNAL_SERVER_ERROR.getCode(),"目标文件不存在");
}
TargetVersion targetVersion = targetVersionService.getById(pipeline.getTargetVersionId());
// filePath = targetVersion.getFilePath();
filePath = "C:\\Users\\admin\\Desktop\\新建文件夹\\dist.zip";
filePath = targetVersion.getFilePath();
try {