Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RuntimeBaseConfig baseConfig
Functions ¶
func ParseAttestationConfig ¶
func ParseAttestationConfig()
func ParseBaseConfig ¶
func ParseBaseConfig(runningCMD string)
func ParseInTotoConfig ¶
func ParseInTotoConfig()
func SetXAssetHeaders ¶
func StoreTokenInKeyring ¶
Types ¶
type AttestationConfig ¶
type AttestationConfig struct {
PredicateType string `mapstructure:"predicateType"`
}
var RuntimeAttestationConfig AttestationConfig
type InTotoConfig ¶
type InTotoConfig struct {
Step string `mapstructure:"step"`
Materials []string `mapstructure:"materials"`
Products []string `mapstructure:"products"`
Ignore []string `mapstructure:"ignore"`
SupplyChainID string `mapstructure:"supplyChainId"`
GenerateSlsaProvenance bool `mapstructure:"generateSlsaProvenance"`
LayoutKeyPath string `mapstructure:"layoutKey"`
Key toto.Key
LayoutKey toto.Key
Disabled bool
}
var RuntimeInTotoConfig InTotoConfig
Click to show internal directories.
Click to hide internal directories.