Skip to content

Commit

Permalink
调整批量扫描Github项目时的扫描模式为:原有数据库
Browse files Browse the repository at this point in the history
  • Loading branch information
l3yx committed Apr 12, 2024
1 parent 1aa98db commit d57012d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/taskmanager/producer.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func AddGithubBatchTask(owner string, repo string, language string, suites []str
ProjectRepo: repo,
ProjectName: fmt.Sprintf("%s/%s", owner, repo),
ProjectLanguage: language,
ProjectMode: 4,
ProjectMode: 1,
ProjectSuite: suites,
Versions: []string{},
AnalyzedVersions: []string{},
Expand Down

0 comments on commit d57012d

Please sign in to comment.