MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / GitHubAction

Struct GitHubAction

pkg/attestation/crafter/runners/githubaction.go:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28)
29
30type GitHubAction struct {
31 *Generic
32 githubToken *oidc.Token
33 logger *zerolog.Logger
34}
35
36func NewGithubAction(ctx context.Context, logger *zerolog.Logger) *GitHubAction {
37 // In order to ensure that we are running in a non-falsifiable environment we get the OIDC

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected