Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crashappsec/github-analyzer
/ GithubAuditor
Struct
GithubAuditor
pkg/github/auditor/auditor.go:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
)
15
16
type
GithubAuditor
struct
{
17
client *github.Client
18
}
19
20
func
NewGithubAuditor(token string) (*GithubAuditor, error) {
21
ctx := context.Background()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected