bitbucket

package
v3.81.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 9, 2024 License: AGPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AnalyzeAndPrintPermissions added in v3.80.5

func AnalyzeAndPrintPermissions(cfg *config.Config, key string)

Types

type Analyzer added in v3.80.5

type Analyzer struct {
	Cfg *config.Config
}

func (Analyzer) Analyze added in v3.80.5

func (a Analyzer) Analyze(_ context.Context, credInfo map[string]string) (*analyzers.AnalyzerResult, error)

func (Analyzer) Type added in v3.80.5

type BitbucketScope

type BitbucketScope struct {
	Name          string   `json:"name"`
	Category      string   `json:"category"`
	ImpliedScopes []string `json:"implied_scopes"`
}

type ByCategoryAndName

type ByCategoryAndName []BitbucketScope

func (ByCategoryAndName) Len

func (a ByCategoryAndName) Len() int

func (ByCategoryAndName) Less

func (a ByCategoryAndName) Less(i, j int) bool

func (ByCategoryAndName) Swap

func (a ByCategoryAndName) Swap(i, j int)

type Repo

type Repo struct {
	FullName string `json:"full_name"`
	RepoName string `json:"name"`
	Project  struct {
		Name string `json:"name"`
	} `json:"project"`
	Workspace struct {
		Name string `json:"name"`
	} `json:"workspace"`
	IsPrivate bool `json:"is_private"`
	Owner     struct {
		Username string `json:"username"`
	} `json:"owner"`
	Role string
}

type RepoJSON

type RepoJSON struct {
	Values []Repo `json:"values"`
}

type SecretInfo added in v3.80.5

type SecretInfo struct {
	Type        string
	OauthScopes []analyzers.Permission
	Repos       []Repo
}

func AnalyzePermissions

func AnalyzePermissions(cfg *config.Config, key string) (*SecretInfo, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL