This commit is contained in:
HopeLi 2025-05-22 16:34:01 +08:00
parent a6929ff1c1
commit 8787043fa3
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ import java.util.*;
* @Description: * @Description:
*/ */
@Slf4j @Slf4j
@Plugin(taskType = "scaSbom") @Plugin(taskType = "test")
public class ScaSbomWorker extends HttpWorker{ public class ScaSbomWorker extends HttpWorker{
private static final int POLLING_INTERVAL = 5000; // 轮询间隔单位毫秒 private static final int POLLING_INTERVAL = 5000; // 轮询间隔单位毫秒

View File

@ -8,7 +8,7 @@ import lombok.extern.slf4j.Slf4j;
@Slf4j @Slf4j
@Plugin(taskType = "test") @Plugin(taskType = "test1")
public class TestWorker extends BaseWorker{ public class TestWorker extends BaseWorker{