File tree Expand file tree Collapse file tree 4 files changed +690
-329
lines changed Expand file tree Collapse file tree 4 files changed +690
-329
lines changed Original file line number Diff line number Diff line change @@ -464,6 +464,9 @@ func run(state overseer.State) {
464
464
// OSS Default simplified gitlab enumeration
465
465
feature .UseSimplifiedGitlabEnumeration .Store (true )
466
466
467
+ // OSS Default using github graphql api for issues, pr's and comments
468
+ feature .UseGithubGraphqlAPI .Store (true )
469
+
467
470
conf := & config.Config {}
468
471
if * configFilename != "" {
469
472
var err error
Original file line number Diff line number Diff line change 9
9
EnableAPKHandler atomic.Bool
10
10
UserAgentSuffix AtomicString
11
11
UseSimplifiedGitlabEnumeration atomic.Bool
12
- UseGitMirror atomic.Bool
12
+ UseGitMirror atomic.Bool
13
+ UseGithubGraphqlAPI atomic.Bool // use github graphql api to fetch issues, pr's and comments
13
14
)
14
15
15
16
type AtomicString struct {
You can’t perform that action at this time.
0 commit comments