config

package
v0.1.10 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MappingFilename = "mapping.yaml"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AttestationConfig added in v0.1.8

type AttestationConfig struct {
	Style AttestationStyle `yaml:"style"`
	Repo  string           `yaml:"repo"`
}

type AttestationStyle

type AttestationStyle string
const (
	AttestationStyleAttached  AttestationStyle = "attached"
	AttestationStyleReferrers AttestationStyle = "referrers"
)

type PolicyMapping

type PolicyMapping struct {
	Id           string              `yaml:"id"`
	Description  string              `yaml:"description"`
	Files        []PolicyMappingFile `yaml:"files"`
	Attestations *AttestationConfig  `yaml:"attestations"`
}

type PolicyMappingFile

type PolicyMappingFile struct {
	Path string `yaml:"path"`
}

type PolicyMappings

type PolicyMappings struct {
	Version  string
	Kind     string
	Policies map[string]*PolicyMapping
	Rules    []*PolicyRule
}

func LoadLocalMappings

func LoadLocalMappings(configDir string) (*PolicyMappings, error)

func LoadTufMappings

func LoadTufMappings(tufClient tuf.TUFClient, localTargetsDir string) (*PolicyMappings, error)

type PolicyRule added in v0.1.8

type PolicyRule struct {
	Pattern     *regexp.Regexp
	PolicyId    string
	Replacement string
}

Jump to

Keyboard shortcuts

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