cosign

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2021 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const TaskKindUpload = "upload"
View Source
const ToolKind = "cosign"

Variables

This section is empty.

Functions

This section is empty.

Types

type FileSpec

type FileSpec struct {
	rs.BaseField

	Path        string `yaml:"path"`
	ContentType string `yaml:"content_type"`
}

type TaskUpload

type TaskUpload struct {
	rs.BaseField

	tools.BaseTask `yaml:",inline"`

	UploadKind string      `yaml:"kind"`
	Files      []FileSpec  `yaml:"files"`
	Signing    signingSpec `yaml:"signing"`

	ImageNames []buildah.ImageNameSpec `yaml:"image_names"`
}

func (*TaskUpload) GetExecSpecs

type Tool

type Tool struct {
	rs.BaseField

	tools.BaseTool `yaml:",inline"`
}

func (*Tool) Init

func (t *Tool) Init(kind dukkha.ToolKind, cacheDir string) error

Jump to

Keyboard shortcuts

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