# Functions
NewGithubActionsBuild returns a new GithubActionsBuild that uses the GitHub context to generate information.
NewHostedActionsGenerator returns a SLSA provenance generator for the given build type.
# Constants
GithubHostedActionsBuilderID is a default builder ID for Github hosted actions.
# Structs
DefaultClientProvider provides a default set of clients based on the Github Actions environment.
GithubActionsBuild is a basic build type for builders running in GitHub Actions.
HostedActionsGenerator is a SLSA provenance generator for Github Hosted Actions.
NilClientProvider does not provide clients.
WorkflowParameters contains parameters given to the workflow invocation.
# Interfaces
BuildType implements generation of buildType specific elements of SLSA provenance.
ClientProvider creates Github API clients.