Documentation
¶
Overview ¶
Package codecommit contains the logic to extract Amazon CodeCommit URLs with basic auth credentials.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDetector ¶
NewDetector creates and returns a new instance of the Bitbucket secret detector.
func NewValidator ¶
func NewValidator() *simplevalidate.Validator[Credentials]
NewValidator creates a new Validator that validates CodeCommit credentials
Types ¶
type Credentials ¶
type Credentials struct {
FullURL string
}
Credentials contains an URL with basic auth credentials for Amazon CodeCommit.
func (Credentials) URL ¶
func (c Credentials) URL() string
URL returns the raw URL containing basic auth credentials.
Click to show internal directories.
Click to hide internal directories.