package ghatypes
import "github.com/moby/buildkit/cache/remotecache/gha/ghatypes"
Index ¶
Types ¶
type CacheConfig ¶
type CacheConfig struct {
Sign *SignConfig `toml:"sign"`
Verify VerifyConfig `toml:"verify"`
}
type SignConfig ¶
type SignConfig struct {
Command []string `toml:"command"`
}
type VerifyConfig ¶
type VerifyConfig struct {
Required bool `toml:"required"`
Policy VerifyPolicy `toml:"policy"`
}
type VerifyPolicy ¶
type VerifyPolicy struct {
TimestampThreshold int `toml:"timestampThreshold"`
TlogThreshold int `toml:"tlogThreshold"`
certificate.Summary
}
Source Files ¶
- Version
- v0.27.1
- Published
- Jan 28, 2026
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 2 minutes ago –
Tools for package owners.