Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrorInvalidEnvironmentVariable = errors.New("invalid environment variable") ErrorUnsupportedVersion = errors.New("version not supported") )
View Source
var ErrorInvalidDirectory = errors.New("invalid directory")
Functions ¶
func GenerateProvenance ¶
func GenerateProvenance(name, digest, command, envs, workingDir string, s signing.Signer, r signing.TransparencyLog) ([]byte, error)
GenerateProvenance translates github context into a SLSA provenance attestation. Spec: https://slsa.dev/provenance/v0.2
func UnmarshallList ¶
Types ¶
type GoBuild ¶
type GoBuild struct {
// contains filtered or unexported fields
}
func GoBuildNew ¶
func GoBuildNew(goc string, cfg *GoReleaserConfig) *GoBuild
func (*GoBuild) SetArgEnvVariables ¶
Click to show internal directories.
Click to hide internal directories.