slsa

package
v1.38.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 21, 2023 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const Version = "v2.1.0"

Variables

This section is empty.

Functions

func Checksums added in v1.36.1

func Checksums() map[string]string

func ExePath added in v1.36.1

func ExePath(param *ParamExePath) string

Types

type CommandExecutor added in v1.36.1

type CommandExecutor interface {
	ExecWithEnvsAndGetCombinedOutput(ctx context.Context, exePath string, args, envs []string) (string, int, error)
}

type Executor

type Executor interface {
	Verify(ctx context.Context, logE *logrus.Entry, param *ParamVerify, provenancePath string) error
}

type ExecutorImpl added in v1.29.0

type ExecutorImpl struct {
	// contains filtered or unexported fields
}

func NewExecutor

func NewExecutor(executor CommandExecutor, param *config.Param) *ExecutorImpl

func (*ExecutorImpl) Verify added in v1.29.0

func (exe *ExecutorImpl) Verify(ctx context.Context, logE *logrus.Entry, param *ParamVerify, provenancePath string) error

type MockExecutor

type MockExecutor struct {
	Err error
}

func (*MockExecutor) Verify

func (mock *MockExecutor) Verify(ctx context.Context, logE *logrus.Entry, param *ParamVerify, provenancePath string) error

type MockVerifier

type MockVerifier struct {
	// contains filtered or unexported fields
}

func (*MockVerifier) Verify

func (mock *MockVerifier) Verify(ctx context.Context, logE *logrus.Entry, rt *runtime.Runtime, sp *registry.SLSAProvenance, art *template.Artifact, file *download.File, param *ParamVerify) error

type ParamExePath added in v1.36.1

type ParamExePath struct {
	RootDir string
	Runtime *runtime.Runtime
}

type ParamVerify

type ParamVerify struct {
	// e.g. github.com/suzuki-shunsuke/test-cosign-keyless-aqua
	SourceURI string
	// e.g. v0.1.0-7
	SourceTag    string
	ArtifactPath string
}

type Verifier

type Verifier interface {
	Verify(ctx context.Context, logE *logrus.Entry, rt *runtime.Runtime, sp *registry.SLSAProvenance, art *template.Artifact, file *download.File, param *ParamVerify) error
}

type VerifierImpl added in v1.29.0

type VerifierImpl struct {
	// contains filtered or unexported fields
}

func New

func New(downloader download.ClientAPI, fs afero.Fs, exe Executor) *VerifierImpl

func (*VerifierImpl) Verify added in v1.29.0

func (verifier *VerifierImpl) Verify(ctx context.Context, logE *logrus.Entry, rt *runtime.Runtime, sp *registry.SLSAProvenance, art *template.Artifact, file *download.File, param *ParamVerify) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL