Documentation
¶
Overview ¶
Package action provides the actual frizbee action
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnpinnedFound = errors.New("frizbee found unpinned actions or container images")
ErrUnpinnedFound is the error returned when unpinned actions or container images are found
Functions ¶
This section is empty.
Types ¶
type FrizbeeAction ¶
type FrizbeeAction struct {
Client *github.Client
Token string
RepoOwner string
RepoName string
ActionsPaths []string
DockerfilesPaths []string
KubernetesPaths []string
DockerComposePaths []string
OpenPR bool
FailOnUnpinned bool
ActionsReplacer *replacer.Replacer
ImagesReplacer *replacer.Replacer
BFS billy.Filesystem
Repo *git.Repository
}
FrizbeeAction is the main struct for the frizbee action
Click to show internal directories.
Click to hide internal directories.