github.com/khulnasoft-lab/defsec@v1.0.5-0.20230827010352-5e9f46893d95/pkg/providers/github/github.go (about)

     1  package github
     2  
     3  type GitHub struct {
     4  	Repositories       []Repository
     5  	EnvironmentSecrets []EnvironmentSecret
     6  	BranchProtections  []BranchProtection
     7  }