Documentation ¶
Index ¶
Constants ¶
View Source
const ( ArgErrorFile = "error-file" ArgOutputFile = "output-file" ArgToken = "github-token" ArgServerUrl = "server-url" ScmType = "scm" )
View Source
const ( EnvToken = "github_token" NewEnvToken = "legitify_token" EnvServerUrl = "server_url" )
View Source
const (
DefaultColorOption = colorAuto
)
View Source
const (
DefaultScOption = scNo
)
Variables ¶
This section is empty.
Functions ¶
func ColorOptions ¶
func ColorOptions() []string
func GetVersion ¶
func GetVersion() string
func InitColorPackage ¶
func IsScorecardEnabled ¶
func IsScorecardVerbose ¶
func ValidateScorecardOption ¶
Types ¶
type Client ¶ added in v0.1.7
type Client interface { IsAnalyzable(repo types.RepositoryWithOwner) (bool, error) Scopes() permissions.TokenScopes Organizations() ([]types.Organization, error) Repositories() ([]types.RepositoryWithOwner, error) }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.