Documentation
¶
Index ¶
- Constants
- Variables
- type Assessment
- type BlockMeta
- func (*BlockMeta) Descriptor() ([]byte, []int)deprecated
- func (x *BlockMeta) GetAssertMode() string
- func (x *BlockMeta) GetControls() []*Control
- func (x *BlockMeta) GetDescription() string
- func (x *BlockMeta) GetEnforce() string
- func (*BlockMeta) ProtoMessage()
- func (x *BlockMeta) ProtoReflect() protoreflect.Message
- func (x *BlockMeta) Reset()
- func (x *BlockMeta) String() string
- type ChainLink
- func (*ChainLink) Descriptor() ([]byte, []int)deprecated
- func (x *ChainLink) GetPredicate() *ChainedPredicate
- func (x *ChainLink) GetSource() isChainLink_Source
- func (*ChainLink) ProtoMessage()
- func (x *ChainLink) ProtoReflect() protoreflect.Message
- func (x *ChainLink) Reset()
- func (x *ChainLink) String() string
- type ChainLink_Predicate
- type ChainedOutput
- func (*ChainedOutput) Descriptor() ([]byte, []int)deprecated
- func (x *ChainedOutput) GetPolicy() string
- func (x *ChainedOutput) GetTenet() string
- func (*ChainedOutput) ProtoMessage()
- func (x *ChainedOutput) ProtoReflect() protoreflect.Message
- func (x *ChainedOutput) Reset()
- func (x *ChainedOutput) String() string
- type ChainedPredicate
- func (*ChainedPredicate) Descriptor() ([]byte, []int)deprecated
- func (x *ChainedPredicate) GetIdentities() []*Identity
- func (x *ChainedPredicate) GetRuntime() string
- func (x *ChainedPredicate) GetSelector() string
- func (x *ChainedPredicate) GetType() string
- func (*ChainedPredicate) ProtoMessage()
- func (x *ChainedPredicate) ProtoReflect() protoreflect.Message
- func (x *ChainedPredicate) Reset()
- func (x *ChainedPredicate) String() string
- type ChainedSubject
- func (*ChainedSubject) Descriptor() ([]byte, []int)deprecated
- func (x *ChainedSubject) GetDestination() *v1.ResourceDescriptor
- func (x *ChainedSubject) GetLink() *ChainedSubjectLink
- func (x *ChainedSubject) GetSource() *v1.ResourceDescriptor
- func (*ChainedSubject) ProtoMessage()
- func (x *ChainedSubject) ProtoReflect() protoreflect.Message
- func (x *ChainedSubject) Reset()
- func (x *ChainedSubject) String() string
- type ChainedSubjectLink
- func (*ChainedSubjectLink) Descriptor() ([]byte, []int)deprecated
- func (x *ChainedSubjectLink) GetAttestation() *v1.ResourceDescriptor
- func (x *ChainedSubjectLink) GetIdentities() []*Identity
- func (x *ChainedSubjectLink) GetType() string
- func (*ChainedSubjectLink) ProtoMessage()
- func (x *ChainedSubjectLink) ProtoReflect() protoreflect.Message
- func (x *ChainedSubjectLink) Reset()
- func (x *ChainedSubjectLink) String() string
- type ContextVal
- func (*ContextVal) Descriptor() ([]byte, []int)deprecated
- func (x *ContextVal) GetDefault() *structpb.Value
- func (x *ContextVal) GetDescription() string
- func (x *ContextVal) GetRequired() bool
- func (x *ContextVal) GetType() string
- func (x *ContextVal) GetValue() *structpb.Value
- func (cv *ContextVal) Merge(cv2 *ContextVal)
- func (*ContextVal) ProtoMessage()
- func (x *ContextVal) ProtoReflect() protoreflect.Message
- func (x *ContextVal) Reset()
- func (x *ContextVal) String() string
- func (cv *ContextVal) Validate() error
- type Control
- func (*Control) Descriptor() ([]byte, []int)deprecated
- func (x *Control) GetClass() string
- func (x *Control) GetFramework() string
- func (x *Control) GetId() string
- func (x *Control) GetTitle() string
- func (ctl *Control) Label() string
- func (*Control) ProtoMessage()
- func (x *Control) ProtoReflect() protoreflect.Message
- func (x *Control) Reset()
- func (x *Control) String() string
- type Error
- type EvalResult
- func (*EvalResult) Descriptor() ([]byte, []int)deprecated
- func (x *EvalResult) GetAssessment() *Assessment
- func (x *EvalResult) GetDate() *timestamppb.Timestamp
- func (x *EvalResult) GetError() *Error
- func (x *EvalResult) GetId() string
- func (x *EvalResult) GetOutput() *structpb.Struct
- func (x *EvalResult) GetStatements() []*StatementRef
- func (x *EvalResult) GetStatus() string
- func (er *EvalResult) MarshalJSON() ([]byte, error)
- func (*EvalResult) ProtoMessage()
- func (x *EvalResult) ProtoReflect() protoreflect.Message
- func (x *EvalResult) Reset()
- func (x *EvalResult) String() string
- type FrameworkRef
- func (*FrameworkRef) Descriptor() ([]byte, []int)deprecated
- func (x *FrameworkRef) GetDefinition() *v1.ResourceDescriptor
- func (x *FrameworkRef) GetId() string
- func (x *FrameworkRef) GetName() string
- func (*FrameworkRef) ProtoMessage()
- func (x *FrameworkRef) ProtoReflect() protoreflect.Message
- func (x *FrameworkRef) Reset()
- func (x *FrameworkRef) String() string
- type Identity
- func (*Identity) Descriptor() ([]byte, []int)deprecated
- func (x *Identity) GetId() string
- func (x *Identity) GetKey() *IdentityKey
- func (x *Identity) GetRef() *IdentityRef
- func (x *Identity) GetSigstore() *IdentitySigstore
- func (*Identity) ProtoMessage()
- func (x *Identity) ProtoReflect() protoreflect.Message
- func (i *Identity) PublicKey() (key.PublicKeyProvider, error)
- func (x *Identity) Reset()
- func (i *Identity) Slug() string
- func (x *Identity) String() string
- func (i *Identity) Validate() error
- type IdentityKey
- func (*IdentityKey) Descriptor() ([]byte, []int)deprecated
- func (x *IdentityKey) GetData() string
- func (x *IdentityKey) GetId() string
- func (x *IdentityKey) GetType() string
- func (*IdentityKey) ProtoMessage()
- func (x *IdentityKey) ProtoReflect() protoreflect.Message
- func (x *IdentityKey) Reset()
- func (x *IdentityKey) String() string
- type IdentityRef
- type IdentitySigstore
- func (*IdentitySigstore) Descriptor() ([]byte, []int)deprecated
- func (x *IdentitySigstore) GetIdentity() string
- func (x *IdentitySigstore) GetIssuer() string
- func (x *IdentitySigstore) GetMode() string
- func (*IdentitySigstore) ProtoMessage()
- func (x *IdentitySigstore) ProtoReflect() protoreflect.Message
- func (x *IdentitySigstore) Reset()
- func (x *IdentitySigstore) String() string
- type Meta
- func (*Meta) Descriptor() ([]byte, []int)deprecated
- func (x *Meta) GetAssertMode() string
- func (x *Meta) GetControls() []*Control
- func (x *Meta) GetDescription() string
- func (x *Meta) GetEnforce() string
- func (x *Meta) GetExpiration() *timestamppb.Timestamp
- func (x *Meta) GetOrigin() *v1.ResourceDescriptor
- func (x *Meta) GetRuntime() string
- func (x *Meta) GetVersion() int64
- func (*Meta) ProtoMessage()
- func (x *Meta) ProtoReflect() protoreflect.Message
- func (x *Meta) Reset()
- func (x *Meta) String() string
- type Output
- type Policy
- func (p *Policy) ContextMap() map[string]any
- func (*Policy) Descriptor() ([]byte, []int)deprecated
- func (x *Policy) GetChain() []*ChainLink
- func (x *Policy) GetContext() map[string]*ContextVal
- func (x *Policy) GetId() string
- func (x *Policy) GetIdentities() []*Identity
- func (x *Policy) GetMeta() *Meta
- func (p *Policy) GetOrigin() attestation.Subject
- func (x *Policy) GetPredicates() *PredicateSpec
- func (x *Policy) GetSource() *PolicyRef
- func (x *Policy) GetTenets() []*Tenet
- func (x *Policy) GetTransformers() []*Transformer
- func (*Policy) ProtoMessage()
- func (x *Policy) ProtoReflect() protoreflect.Message
- func (p *Policy) PublicKeys() ([]key.PublicKeyProvider, error)
- func (x *Policy) Reset()
- func (p *Policy) SetOrigin(origin attestation.Subject)
- func (x *Policy) String() string
- func (policy *Policy) TestsControl(ctrl *Control) bool
- func (p *Policy) Validate() error
- type PolicyBlock
- func (*PolicyBlock) Descriptor() ([]byte, []int)deprecated
- func (x *PolicyBlock) GetId() string
- func (x *PolicyBlock) GetMeta() *BlockMeta
- func (x *PolicyBlock) GetPolicies() []*Policy
- func (*PolicyBlock) ProtoMessage()
- func (x *PolicyBlock) ProtoReflect() protoreflect.Message
- func (x *PolicyBlock) Reset()
- func (x *PolicyBlock) String() string
- type PolicyGroup
- func (*PolicyGroup) Descriptor() ([]byte, []int)deprecated
- func (x *PolicyGroup) GetBlocks() []*PolicyBlock
- func (x *PolicyGroup) GetId() string
- func (x *PolicyGroup) GetMeta() *PolicyGroupMeta
- func (x *PolicyGroup) GetSource() *PolicyGroupRef
- func (*PolicyGroup) ProtoMessage()
- func (x *PolicyGroup) ProtoReflect() protoreflect.Message
- func (x *PolicyGroup) Reset()
- func (x *PolicyGroup) String() string
- func (grp *PolicyGroup) Validate() error
- type PolicyGroupMeta
- func (*PolicyGroupMeta) Descriptor() ([]byte, []int)deprecated
- func (x *PolicyGroupMeta) GetControls() []*Control
- func (x *PolicyGroupMeta) GetDescription() string
- func (x *PolicyGroupMeta) GetEnforce() string
- func (x *PolicyGroupMeta) GetExpiration() *timestamppb.Timestamp
- func (x *PolicyGroupMeta) GetOrigin() *v1.ResourceDescriptor
- func (x *PolicyGroupMeta) GetVersion() int64
- func (*PolicyGroupMeta) ProtoMessage()
- func (x *PolicyGroupMeta) ProtoReflect() protoreflect.Message
- func (x *PolicyGroupMeta) Reset()
- func (x *PolicyGroupMeta) String() string
- type PolicyGroupRef
- func (*PolicyGroupRef) Descriptor() ([]byte, []int)deprecated
- func (x *PolicyGroupRef) GetId() string
- func (x *PolicyGroupRef) GetIdentity() *Identity
- func (x *PolicyGroupRef) GetLocation() *v1.ResourceDescriptor
- func (ref *PolicyGroupRef) GetSourceURL() string
- func (x *PolicyGroupRef) GetVersion() int64
- func (*PolicyGroupRef) ProtoMessage()
- func (x *PolicyGroupRef) ProtoReflect() protoreflect.Message
- func (x *PolicyGroupRef) Reset()
- func (ref *PolicyGroupRef) SetVersion(v int64)
- func (x *PolicyGroupRef) String() string
- type PolicyRef
- func (*PolicyRef) Descriptor() ([]byte, []int)deprecated
- func (x *PolicyRef) GetId() string
- func (x *PolicyRef) GetIdentity() *Identity
- func (x *PolicyRef) GetLocation() *v1.ResourceDescriptor
- func (ref *PolicyRef) GetSourceURL() string
- func (x *PolicyRef) GetVersion() int64
- func (*PolicyRef) ProtoMessage()
- func (x *PolicyRef) ProtoReflect() protoreflect.Message
- func (x *PolicyRef) Reset()
- func (ref *PolicyRef) SetVersion(v int64)
- func (x *PolicyRef) String() string
- func (ref *PolicyRef) Validate() error
- type PolicySet
- func (s *PolicySet) ContextMap() map[string]any
- func (*PolicySet) Descriptor() ([]byte, []int)deprecated
- func (x *PolicySet) GetChain() []*ChainLink
- func (x *PolicySet) GetCommon() *PolicySetCommon
- func (set *PolicySet) GetData() []byte
- func (x *PolicySet) GetGroups() []*PolicyGroup
- func (x *PolicySet) GetId() string
- func (x *PolicySet) GetMeta() *PolicySetMeta
- func (s *PolicySet) GetOrigin() attestation.Subject
- func (set *PolicySet) GetParsed() any
- func (x *PolicySet) GetPolicies() []*Policy
- func (set *PolicySet) GetType() attestation.PredicateType
- func (set *PolicySet) GetVerification() attestation.Verification
- func (*PolicySet) ProtoMessage()
- func (x *PolicySet) ProtoReflect() protoreflect.Message
- func (s *PolicySet) PublicKeys() ([]key.PublicKeyProvider, error)
- func (x *PolicySet) Reset()
- func (s *PolicySet) SetOrigin(origin attestation.Subject)
- func (set *PolicySet) SetType(attestation.PredicateType) error
- func (set *PolicySet) SetVerification(attestation.Verification)
- func (x *PolicySet) String() string
- func (set *PolicySet) Validate() error
- type PolicySetCommon
- func (*PolicySetCommon) Descriptor() ([]byte, []int)deprecated
- func (x *PolicySetCommon) GetContext() map[string]*ContextVal
- func (x *PolicySetCommon) GetIdentities() []*Identity
- func (x *PolicySetCommon) GetReferences() []*PolicyRef
- func (*PolicySetCommon) ProtoMessage()
- func (x *PolicySetCommon) ProtoReflect() protoreflect.Message
- func (x *PolicySetCommon) Reset()
- func (x *PolicySetCommon) String() string
- type PolicySetMeta
- func (*PolicySetMeta) Descriptor() ([]byte, []int)deprecated
- func (x *PolicySetMeta) GetDescription() string
- func (x *PolicySetMeta) GetEnforce() string
- func (x *PolicySetMeta) GetExpiration() *timestamppb.Timestamp
- func (x *PolicySetMeta) GetFrameworks() []*FrameworkRef
- func (x *PolicySetMeta) GetOrigin() *v1.ResourceDescriptor
- func (x *PolicySetMeta) GetRuntime() string
- func (x *PolicySetMeta) GetVersion() int64
- func (*PolicySetMeta) ProtoMessage()
- func (x *PolicySetMeta) ProtoReflect() protoreflect.Message
- func (x *PolicySetMeta) Reset()
- func (x *PolicySetMeta) String() string
- type PredicateSpec
- func (*PredicateSpec) Descriptor() ([]byte, []int)deprecated
- func (x *PredicateSpec) GetLimit() int32
- func (x *PredicateSpec) GetTypes() []string
- func (*PredicateSpec) ProtoMessage()
- func (x *PredicateSpec) ProtoReflect() protoreflect.Message
- func (x *PredicateSpec) Reset()
- func (x *PredicateSpec) String() string
- type RemoteReference
- type Result
- func (*Result) Descriptor() ([]byte, []int)deprecated
- func (x *Result) GetChain() []*ChainedSubject
- func (x *Result) GetContext() *structpb.Struct
- func (x *Result) GetDateEnd() *timestamppb.Timestamp
- func (x *Result) GetDateStart() *timestamppb.Timestamp
- func (x *Result) GetEvalResults() []*EvalResult
- func (x *Result) GetMeta() *Meta
- func (x *Result) GetPolicy() *PolicyRef
- func (x *Result) GetStatus() string
- func (x *Result) GetSubject() *v1.ResourceDescriptor
- func (r *Result) MarshalJSON() ([]byte, error)
- func (*Result) ProtoMessage()
- func (x *Result) ProtoReflect() protoreflect.Message
- func (x *Result) Reset()
- func (x *Result) String() string
- type ResultSet
- func (rs *ResultSet) Assert() error
- func (*ResultSet) Descriptor() ([]byte, []int)deprecated
- func (x *ResultSet) GetCommon() *ResultSetCommon
- func (x *ResultSet) GetDateEnd() *timestamppb.Timestamp
- func (x *ResultSet) GetDateStart() *timestamppb.Timestamp
- func (x *ResultSet) GetError() *Error
- func (x *ResultSet) GetMeta() *PolicySetMeta
- func (x *ResultSet) GetPolicySet() *PolicyRef
- func (x *ResultSet) GetResults() []*Result
- func (x *ResultSet) GetStatus() string
- func (x *ResultSet) GetSubject() *v1.ResourceDescriptor
- func (rs *ResultSet) MarshalJSON() ([]byte, error)
- func (*ResultSet) ProtoMessage()
- func (x *ResultSet) ProtoReflect() protoreflect.Message
- func (x *ResultSet) Reset()
- func (x *ResultSet) String() string
- type ResultSetCommon
- type Results
- type SignatureVerification
- func (*SignatureVerification) Descriptor() ([]byte, []int)deprecated
- func (x *SignatureVerification) GetDate() *timestamppb.Timestamp
- func (x *SignatureVerification) GetError() string
- func (x *SignatureVerification) GetIdentities() []*Identity
- func (x *SignatureVerification) GetMessage() string
- func (x *SignatureVerification) GetVerified() bool
- func (sv *SignatureVerification) MatchesIdentity(id *Identity) bool
- func (sv *SignatureVerification) MatchesKeyIdentity(keyIdentity *IdentityKey) bool
- func (sv *SignatureVerification) MatchesSigstoreIdentity(id *IdentitySigstore) bool
- func (*SignatureVerification) ProtoMessage()
- func (x *SignatureVerification) ProtoReflect() protoreflect.Message
- func (x *SignatureVerification) Reset()
- func (x *SignatureVerification) String() string
- type StatementRef
- func (*StatementRef) Descriptor() ([]byte, []int)deprecated
- func (x *StatementRef) GetAttestation() *v1.ResourceDescriptor
- func (x *StatementRef) GetIdentities() []*Identity
- func (x *StatementRef) GetType() string
- func (*StatementRef) ProtoMessage()
- func (x *StatementRef) ProtoReflect() protoreflect.Message
- func (x *StatementRef) Reset()
- func (x *StatementRef) String() string
- type Tenet
- func (*Tenet) Descriptor() ([]byte, []int)deprecated
- func (x *Tenet) GetAssessment() *Assessment
- func (x *Tenet) GetCode() string
- func (x *Tenet) GetError() *Error
- func (x *Tenet) GetId() string
- func (x *Tenet) GetOutputs() map[string]*Output
- func (x *Tenet) GetPredicates() *PredicateSpec
- func (x *Tenet) GetRuntime() string
- func (x *Tenet) GetTitle() string
- func (*Tenet) ProtoMessage()
- func (x *Tenet) ProtoReflect() protoreflect.Message
- func (x *Tenet) Reset()
- func (x *Tenet) String() string
- type Transformer
- type Verification
- func (*Verification) Descriptor() ([]byte, []int)deprecated
- func (v *Verification) Error() string
- func (x *Verification) GetSignature() *SignatureVerification
- func (v *Verification) GetVerified() bool
- func (v *Verification) MatchesIdentity(rawID any) bool
- func (*Verification) ProtoMessage()
- func (x *Verification) ProtoReflect() protoreflect.Message
- func (x *Verification) Reset()
- func (x *Verification) String() string
Constants ¶
const ( ContextTypeBool = "bool" ContextTypeString = "string" ContextTypeInt = "int" )
const ( SigstoreModeExact string = "exact" SigstoreModeRegexp string = "regexp" )
const ( StatusFAIL = "FAIL" StatusPASS = "PASS" StatusSOFTFAIL = "SOFTFAIL" )
Variables ¶
var ContextTypes = []string{ ContextTypeBool, ContextTypeString, ContextTypeInt, }
var File_v1_policy_proto protoreflect.FileDescriptor
var File_v1_result_proto protoreflect.FileDescriptor
var File_v1_verification_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Assessment ¶
type Assessment struct {
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
// contains filtered or unexported fields
}
func (*Assessment) Descriptor
deprecated
func (*Assessment) Descriptor() ([]byte, []int)
Deprecated: Use Assessment.ProtoReflect.Descriptor instead.
func (*Assessment) GetMessage ¶
func (x *Assessment) GetMessage() string
func (*Assessment) ProtoMessage ¶
func (*Assessment) ProtoMessage()
func (*Assessment) ProtoReflect ¶
func (x *Assessment) ProtoReflect() protoreflect.Message
func (*Assessment) Reset ¶
func (x *Assessment) Reset()
func (*Assessment) String ¶
func (x *Assessment) String() string
type BlockMeta ¶ added in v0.4.0
type BlockMeta struct {
// Description of the policy block
Description string `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
// Assert mode to consider the policy block passing (OR or AND)
AssertMode string `protobuf:"bytes,2,opt,name=assert_mode,json=assertMode,proto3" json:"assert_mode,omitempty"`
// Enforce the block (ON or OFF)
Enforce string `protobuf:"bytes,3,opt,name=enforce,proto3" json:"enforce,omitempty"`
// Framework controls fronted by the block
Controls []*Control `protobuf:"bytes,4,rep,name=controls,proto3" json:"controls,omitempty"`
// contains filtered or unexported fields
}
BlockMeta defines the metadata definition of a policy block
func (*BlockMeta) Descriptor
deprecated
added in
v0.4.0
func (*BlockMeta) GetAssertMode ¶ added in v0.4.0
func (*BlockMeta) GetControls ¶ added in v0.4.0
func (*BlockMeta) GetDescription ¶ added in v0.4.0
func (*BlockMeta) GetEnforce ¶ added in v0.4.0
func (*BlockMeta) ProtoMessage ¶ added in v0.4.0
func (*BlockMeta) ProtoMessage()
func (*BlockMeta) ProtoReflect ¶ added in v0.4.0
func (x *BlockMeta) ProtoReflect() protoreflect.Message
type ChainLink ¶
type ChainLink struct {
// Types that are valid to be assigned to Source:
//
// *ChainLink_Predicate
Source isChainLink_Source `protobuf_oneof:"source"`
// contains filtered or unexported fields
}
func (*ChainLink) Descriptor
deprecated
func (*ChainLink) GetPredicate ¶
func (x *ChainLink) GetPredicate() *ChainedPredicate
func (*ChainLink) ProtoMessage ¶
func (*ChainLink) ProtoMessage()
func (*ChainLink) ProtoReflect ¶
func (x *ChainLink) ProtoReflect() protoreflect.Message
type ChainLink_Predicate ¶
type ChainLink_Predicate struct {
Predicate *ChainedPredicate `protobuf:"bytes,1,opt,name=predicate,proto3,oneof"` // ChainedOutput output = 2;
}
type ChainedOutput ¶
type ChainedOutput struct {
Policy string `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
Tenet string `protobuf:"bytes,2,opt,name=tenet,proto3" json:"tenet,omitempty"`
// contains filtered or unexported fields
}
func (*ChainedOutput) Descriptor
deprecated
func (*ChainedOutput) Descriptor() ([]byte, []int)
Deprecated: Use ChainedOutput.ProtoReflect.Descriptor instead.
func (*ChainedOutput) GetPolicy ¶
func (x *ChainedOutput) GetPolicy() string
func (*ChainedOutput) GetTenet ¶
func (x *ChainedOutput) GetTenet() string
func (*ChainedOutput) ProtoMessage ¶
func (*ChainedOutput) ProtoMessage()
func (*ChainedOutput) ProtoReflect ¶
func (x *ChainedOutput) ProtoReflect() protoreflect.Message
func (*ChainedOutput) Reset ¶
func (x *ChainedOutput) Reset()
func (*ChainedOutput) String ¶
func (x *ChainedOutput) String() string
type ChainedPredicate ¶
type ChainedPredicate struct {
Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
Selector string `protobuf:"bytes,2,opt,name=selector,proto3" json:"selector,omitempty"`
Runtime string `protobuf:"bytes,3,opt,name=runtime,proto3" json:"runtime,omitempty"`
Identities []*Identity `protobuf:"bytes,5,rep,name=identities,proto3" json:"identities,omitempty"`
// contains filtered or unexported fields
}
ChainedPredicate links a subject to another by extracting data from attestations of the first. The spec requires a `selector` to be executed by the specified `runtime` on an attestation of type `type`.
The selector exec is expected to return either a hash string or a struct that looks like an in-toto resource descriptor which becomes the new effective subject during the evaluation.
func (*ChainedPredicate) Descriptor
deprecated
func (*ChainedPredicate) Descriptor() ([]byte, []int)
Deprecated: Use ChainedPredicate.ProtoReflect.Descriptor instead.
func (*ChainedPredicate) GetIdentities ¶
func (x *ChainedPredicate) GetIdentities() []*Identity
func (*ChainedPredicate) GetRuntime ¶
func (x *ChainedPredicate) GetRuntime() string
func (*ChainedPredicate) GetSelector ¶
func (x *ChainedPredicate) GetSelector() string
func (*ChainedPredicate) GetType ¶
func (x *ChainedPredicate) GetType() string
func (*ChainedPredicate) ProtoMessage ¶
func (*ChainedPredicate) ProtoMessage()
func (*ChainedPredicate) ProtoReflect ¶
func (x *ChainedPredicate) ProtoReflect() protoreflect.Message
func (*ChainedPredicate) Reset ¶
func (x *ChainedPredicate) Reset()
func (*ChainedPredicate) String ¶
func (x *ChainedPredicate) String() string
type ChainedSubject ¶
type ChainedSubject struct {
// source resource descriptor. The source provides evidence (attestations)
// to compute a new resource descriptor (the destination) which becomes the
// effective subject of the policy.
Source *v1.ResourceDescriptor `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"`
// destination resource descriptor, computed from one of the source's attestations
Destination *v1.ResourceDescriptor `protobuf:"bytes,2,opt,name=destination,proto3" json:"destination,omitempty"`
// The link records how the source and destination are connected by keeping
// track of the ingested attestation.
Link *ChainedSubjectLink `protobuf:"bytes,3,opt,name=link,proto3" json:"link,omitempty"`
// contains filtered or unexported fields
}
ChainedSubject is a resource descitor synthesized by analyzing the source descriptor's evidence (an attestation) and computing a new descriptor from its predicate data.
func (*ChainedSubject) Descriptor
deprecated
func (*ChainedSubject) Descriptor() ([]byte, []int)
Deprecated: Use ChainedSubject.ProtoReflect.Descriptor instead.
func (*ChainedSubject) GetDestination ¶
func (x *ChainedSubject) GetDestination() *v1.ResourceDescriptor
func (*ChainedSubject) GetLink ¶
func (x *ChainedSubject) GetLink() *ChainedSubjectLink
func (*ChainedSubject) GetSource ¶
func (x *ChainedSubject) GetSource() *v1.ResourceDescriptor
func (*ChainedSubject) ProtoMessage ¶
func (*ChainedSubject) ProtoMessage()
func (*ChainedSubject) ProtoReflect ¶
func (x *ChainedSubject) ProtoReflect() protoreflect.Message
func (*ChainedSubject) Reset ¶
func (x *ChainedSubject) Reset()
func (*ChainedSubject) String ¶
func (x *ChainedSubject) String() string
type ChainedSubjectLink ¶
type ChainedSubjectLink struct {
// Predicate type of the linker attestation
Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
// attestation coordinates
Attestation *v1.ResourceDescriptor `protobuf:"bytes,2,opt,name=attestation,proto3" json:"attestation,omitempty"`
// identities used to verify the attestation at ingestion time (if any)
Identities []*Identity `protobuf:"bytes,3,rep,name=identities,proto3" json:"identities,omitempty"`
// contains filtered or unexported fields
}
ChainedSubjectLink links two subject with a signed attestation. A chained subject sits in the middle of two resource descriptors. The source descriptor matches the link's attestation subjects. The destination descriptor is computed by extracting data from the attestation predicate.
func (*ChainedSubjectLink) Descriptor
deprecated
func (*ChainedSubjectLink) Descriptor() ([]byte, []int)
Deprecated: Use ChainedSubjectLink.ProtoReflect.Descriptor instead.
func (*ChainedSubjectLink) GetAttestation ¶
func (x *ChainedSubjectLink) GetAttestation() *v1.ResourceDescriptor
func (*ChainedSubjectLink) GetIdentities ¶ added in v0.1.2
func (x *ChainedSubjectLink) GetIdentities() []*Identity
func (*ChainedSubjectLink) GetType ¶
func (x *ChainedSubjectLink) GetType() string
func (*ChainedSubjectLink) ProtoMessage ¶
func (*ChainedSubjectLink) ProtoMessage()
func (*ChainedSubjectLink) ProtoReflect ¶
func (x *ChainedSubjectLink) ProtoReflect() protoreflect.Message
func (*ChainedSubjectLink) Reset ¶
func (x *ChainedSubjectLink) Reset()
func (*ChainedSubjectLink) String ¶
func (x *ChainedSubjectLink) String() string
type ContextVal ¶
type ContextVal struct {
Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
Required *bool `protobuf:"varint,2,opt,name=required,proto3,oneof" json:"required,omitempty"`
Value *structpb.Value `protobuf:"bytes,3,opt,name=value,proto3,oneof" json:"value,omitempty"`
Default *structpb.Value `protobuf:"bytes,4,opt,name=default,proto3,oneof" json:"default,omitempty"`
Description *string `protobuf:"bytes,5,opt,name=description,proto3,oneof" json:"description,omitempty"`
// contains filtered or unexported fields
}
ContextVal defines a contextual value needed by a policy. Context values are defined from external sources at runtime and if required will cause the policy to fail if unset.
func (*ContextVal) Descriptor
deprecated
func (*ContextVal) Descriptor() ([]byte, []int)
Deprecated: Use ContextVal.ProtoReflect.Descriptor instead.
func (*ContextVal) GetDefault ¶
func (x *ContextVal) GetDefault() *structpb.Value
func (*ContextVal) GetDescription ¶ added in v0.2.1
func (x *ContextVal) GetDescription() string
func (*ContextVal) GetRequired ¶
func (x *ContextVal) GetRequired() bool
func (*ContextVal) GetType ¶
func (x *ContextVal) GetType() string
func (*ContextVal) GetValue ¶
func (x *ContextVal) GetValue() *structpb.Value
func (*ContextVal) Merge ¶
func (cv *ContextVal) Merge(cv2 *ContextVal)
Merge merges the values set in cv2 into cv. If values are not set nothing is replaced
func (*ContextVal) ProtoMessage ¶
func (*ContextVal) ProtoMessage()
func (*ContextVal) ProtoReflect ¶
func (x *ContextVal) ProtoReflect() protoreflect.Message
func (*ContextVal) Reset ¶
func (x *ContextVal) Reset()
func (*ContextVal) String ¶
func (x *ContextVal) String() string
func (*ContextVal) Validate ¶ added in v0.3.0
func (cv *ContextVal) Validate() error
Validate checks if the context is valid
type Control ¶
type Control struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Class string `protobuf:"bytes,2,opt,name=class,proto3" json:"class,omitempty"`
Framework string `protobuf:"bytes,3,opt,name=framework,proto3" json:"framework,omitempty"`
Title string `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
// contains filtered or unexported fields
}
Control is a mapping tying the policy to an framework control
func (*Control) Descriptor
deprecated
func (*Control) GetFramework ¶
func (*Control) ProtoMessage ¶
func (*Control) ProtoMessage()
func (*Control) ProtoReflect ¶
func (x *Control) ProtoReflect() protoreflect.Message
type Error ¶
type Error struct {
// Message contains the condition that failed to be met, causing the policy to fail.
Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
// Guidance is an optional text record that is surfaced to the user with
// suggestions to make the policy evaluation pass.
Guidance string `protobuf:"bytes,2,opt,name=guidance,proto3" json:"guidance,omitempty"`
// contains filtered or unexported fields
}
The error structure is returned when a policy is evaluated successfully but the evaluation fails.
func (*Error) Descriptor
deprecated
func (*Error) GetGuidance ¶
func (*Error) GetMessage ¶
func (*Error) ProtoMessage ¶
func (*Error) ProtoMessage()
func (*Error) ProtoReflect ¶
func (x *Error) ProtoReflect() protoreflect.Message
type EvalResult ¶
type EvalResult struct {
// id transferred from the tenet identifier
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// status is holds the PASS/FAIL/SOFTFAIL status of the eval
Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
// date when the evaluation was done
Date *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=date,proto3" json:"date,omitempty"`
// output holds the data structure of the evaluated outputs
Output *structpb.Struct `protobuf:"bytes,4,opt,name=output,proto3" json:"output,omitempty"`
// statements imported as evidence to evaluate the tenet
Statements []*StatementRef `protobuf:"bytes,5,rep,name=statements,proto3" json:"statements,omitempty"`
// error struct when evaluation failed
Error *Error `protobuf:"bytes,6,opt,name=error,proto3" json:"error,omitempty"`
// assessment outcome when evaluation passed
Assessment *Assessment `protobuf:"bytes,7,opt,name=assessment,proto3" json:"assessment,omitempty"`
// contains filtered or unexported fields
}
EvalResult captures the results of a tenet evaluation. A policy `Result` contains a list of EvalResults, one for each of its tenets.
func (*EvalResult) Descriptor
deprecated
func (*EvalResult) Descriptor() ([]byte, []int)
Deprecated: Use EvalResult.ProtoReflect.Descriptor instead.
func (*EvalResult) GetAssessment ¶
func (x *EvalResult) GetAssessment() *Assessment
func (*EvalResult) GetDate ¶
func (x *EvalResult) GetDate() *timestamppb.Timestamp
func (*EvalResult) GetError ¶
func (x *EvalResult) GetError() *Error
func (*EvalResult) GetId ¶
func (x *EvalResult) GetId() string
func (*EvalResult) GetOutput ¶
func (x *EvalResult) GetOutput() *structpb.Struct
func (*EvalResult) GetStatements ¶
func (x *EvalResult) GetStatements() []*StatementRef
func (*EvalResult) GetStatus ¶
func (x *EvalResult) GetStatus() string
func (*EvalResult) MarshalJSON ¶
func (er *EvalResult) MarshalJSON() ([]byte, error)
func (*EvalResult) ProtoMessage ¶
func (*EvalResult) ProtoMessage()
func (*EvalResult) ProtoReflect ¶
func (x *EvalResult) ProtoReflect() protoreflect.Message
func (*EvalResult) Reset ¶
func (x *EvalResult) Reset()
func (*EvalResult) String ¶
func (x *EvalResult) String() string
type FrameworkRef ¶
type FrameworkRef struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // String identifier for the framework
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // Security framework name
Definition *v1.ResourceDescriptor `protobuf:"bytes,3,opt,name=definition,proto3" json:"definition,omitempty"` // Link to the framework definition
// contains filtered or unexported fields
}
FrameworkRef is a reference to a security framework. The reference binds the controls tested by each the policy to the the framework definition.
func (*FrameworkRef) Descriptor
deprecated
func (*FrameworkRef) Descriptor() ([]byte, []int)
Deprecated: Use FrameworkRef.ProtoReflect.Descriptor instead.
func (*FrameworkRef) GetDefinition ¶
func (x *FrameworkRef) GetDefinition() *v1.ResourceDescriptor
func (*FrameworkRef) GetId ¶
func (x *FrameworkRef) GetId() string
func (*FrameworkRef) GetName ¶
func (x *FrameworkRef) GetName() string
func (*FrameworkRef) ProtoMessage ¶
func (*FrameworkRef) ProtoMessage()
func (*FrameworkRef) ProtoReflect ¶
func (x *FrameworkRef) ProtoReflect() protoreflect.Message
func (*FrameworkRef) Reset ¶
func (x *FrameworkRef) Reset()
func (*FrameworkRef) String ¶
func (x *FrameworkRef) String() string
type Identity ¶
type Identity struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Sigstore *IdentitySigstore `protobuf:"bytes,2,opt,name=sigstore,proto3,oneof" json:"sigstore,omitempty"`
Key *IdentityKey `protobuf:"bytes,3,opt,name=key,proto3,oneof" json:"key,omitempty"`
Ref *IdentityRef `protobuf:"bytes,4,opt,name=ref,proto3,oneof" json:"ref,omitempty"`
// contains filtered or unexported fields
}
Identity captures a signer identity. An identity can one of:
a) A sigstore identity b) A key c) A reference to an identity defined outside the policy
func NewIdentityFromSlug ¶
NewIdentityFromSlug returns a new identity by parsing a slug string.
There are three kinds of identities supported: sigstore, key and reference.
func (*Identity) Descriptor
deprecated
func (*Identity) GetKey ¶
func (x *Identity) GetKey() *IdentityKey
func (*Identity) GetRef ¶
func (x *Identity) GetRef() *IdentityRef
func (*Identity) GetSigstore ¶
func (x *Identity) GetSigstore() *IdentitySigstore
func (*Identity) ProtoMessage ¶
func (*Identity) ProtoMessage()
func (*Identity) ProtoReflect ¶
func (x *Identity) ProtoReflect() protoreflect.Message
func (*Identity) PublicKey ¶ added in v0.2.1
func (i *Identity) PublicKey() (key.PublicKeyProvider, error)
PublicKey returns the identity public if by parsing the data if set.
type IdentityKey ¶
type IdentityKey struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // Key ID
Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` // Identity type
Data string `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` // Public key data
// contains filtered or unexported fields
}
IdentityKey registers the data of a key used to sign attestations.
func (*IdentityKey) Descriptor
deprecated
func (*IdentityKey) Descriptor() ([]byte, []int)
Deprecated: Use IdentityKey.ProtoReflect.Descriptor instead.
func (*IdentityKey) GetData ¶
func (x *IdentityKey) GetData() string
func (*IdentityKey) GetId ¶
func (x *IdentityKey) GetId() string
func (*IdentityKey) GetType ¶
func (x *IdentityKey) GetType() string
func (*IdentityKey) ProtoMessage ¶
func (*IdentityKey) ProtoMessage()
func (*IdentityKey) ProtoReflect ¶
func (x *IdentityKey) ProtoReflect() protoreflect.Message
func (*IdentityKey) Reset ¶
func (x *IdentityKey) Reset()
func (*IdentityKey) String ¶
func (x *IdentityKey) String() string
type IdentityRef ¶
type IdentityRef struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
IdentityRef represents an identity defined outside of the policy. Most commonly these identities will be defined at the policy set level to have a common definition that can be reused by all policies in a set.
func (*IdentityRef) Descriptor
deprecated
func (*IdentityRef) Descriptor() ([]byte, []int)
Deprecated: Use IdentityRef.ProtoReflect.Descriptor instead.
func (*IdentityRef) GetId ¶
func (x *IdentityRef) GetId() string
func (*IdentityRef) ProtoMessage ¶
func (*IdentityRef) ProtoMessage()
func (*IdentityRef) ProtoReflect ¶
func (x *IdentityRef) ProtoReflect() protoreflect.Message
func (*IdentityRef) Reset ¶
func (x *IdentityRef) Reset()
func (*IdentityRef) String ¶
func (x *IdentityRef) String() string
type IdentitySigstore ¶
type IdentitySigstore struct {
Mode *string `protobuf:"bytes,1,opt,name=mode,proto3,oneof" json:"mode,omitempty"` // exact | regexp
Issuer string `protobuf:"bytes,2,opt,name=issuer,proto3" json:"issuer,omitempty"` // https://accounts.google.com
Identity string `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"` // "identity": "puerco@gmail.com"
// contains filtered or unexported fields
}
IdentitySigstore represents the identity data in a Fulcio cert.
func (*IdentitySigstore) Descriptor
deprecated
func (*IdentitySigstore) Descriptor() ([]byte, []int)
Deprecated: Use IdentitySigstore.ProtoReflect.Descriptor instead.
func (*IdentitySigstore) GetIdentity ¶
func (x *IdentitySigstore) GetIdentity() string
func (*IdentitySigstore) GetIssuer ¶
func (x *IdentitySigstore) GetIssuer() string
func (*IdentitySigstore) GetMode ¶
func (x *IdentitySigstore) GetMode() string
func (*IdentitySigstore) ProtoMessage ¶
func (*IdentitySigstore) ProtoMessage()
func (*IdentitySigstore) ProtoReflect ¶
func (x *IdentitySigstore) ProtoReflect() protoreflect.Message
func (*IdentitySigstore) Reset ¶
func (x *IdentitySigstore) Reset()
func (*IdentitySigstore) String ¶
func (x *IdentitySigstore) String() string
type Meta ¶
type Meta struct {
Runtime string `protobuf:"bytes,1,opt,name=runtime,proto3" json:"runtime,omitempty"`
Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
AssertMode string `protobuf:"bytes,3,opt,name=assert_mode,json=assertMode,proto3" json:"assert_mode,omitempty"`
Controls []*Control `protobuf:"bytes,4,rep,name=controls,proto3" json:"controls,omitempty"`
Version int64 `protobuf:"varint,5,opt,name=version,proto3" json:"version,omitempty"`
Enforce string `protobuf:"bytes,6,opt,name=enforce,proto3" json:"enforce,omitempty"`
Expiration *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=expiration,proto3,oneof" json:"expiration,omitempty"`
Origin *v1.ResourceDescriptor `protobuf:"bytes,8,opt,name=origin,proto3,oneof" json:"origin,omitempty"`
// contains filtered or unexported fields
}
Meta contains information about the policy itself
func (*Meta) Descriptor
deprecated
func (*Meta) GetAssertMode ¶
func (*Meta) GetControls ¶
func (*Meta) GetDescription ¶
func (*Meta) GetEnforce ¶
func (*Meta) GetExpiration ¶
func (x *Meta) GetExpiration() *timestamppb.Timestamp
func (*Meta) GetOrigin ¶ added in v0.2.1
func (x *Meta) GetOrigin() *v1.ResourceDescriptor
func (*Meta) GetRuntime ¶
func (*Meta) GetVersion ¶
func (*Meta) ProtoMessage ¶
func (*Meta) ProtoMessage()
func (*Meta) ProtoReflect ¶
func (x *Meta) ProtoReflect() protoreflect.Message
type Output ¶
type Output struct {
Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
Value *structpb.Value `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
// contains filtered or unexported fields
}
func (*Output) Descriptor
deprecated
func (*Output) ProtoMessage ¶
func (*Output) ProtoMessage()
func (*Output) ProtoReflect ¶
func (x *Output) ProtoReflect() protoreflect.Message
type Policy ¶
type Policy struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Source *PolicyRef `protobuf:"bytes,2,opt,name=source,proto3" json:"source,omitempty"`
Meta *Meta `protobuf:"bytes,3,opt,name=meta,proto3" json:"meta,omitempty"`
Context map[string]*ContextVal `` /* 141-byte string literal not displayed */
Chain []*ChainLink `protobuf:"bytes,5,rep,name=chain,proto3" json:"chain,omitempty"`
Identities []*Identity `protobuf:"bytes,6,rep,name=identities,proto3" json:"identities,omitempty"`
Predicates *PredicateSpec `protobuf:"bytes,7,opt,name=predicates,proto3" json:"predicates,omitempty"`
Transformers []*Transformer `protobuf:"bytes,8,rep,name=transformers,proto3" json:"transformers,omitempty"`
Tenets []*Tenet `protobuf:"bytes,9,rep,name=tenets,proto3" json:"tenets,omitempty"`
// contains filtered or unexported fields
}
func (*Policy) ContextMap ¶
ContextMap compiles the context data values into a map, filling the fields with their defaults when needed.
func (*Policy) Descriptor
deprecated
func (*Policy) GetContext ¶
func (x *Policy) GetContext() map[string]*ContextVal
func (*Policy) GetIdentities ¶
func (*Policy) GetOrigin ¶ added in v0.2.1
func (p *Policy) GetOrigin() attestation.Subject
GetOrigin returns the coordinates where the predicate data originated from.
func (*Policy) GetPredicates ¶
func (x *Policy) GetPredicates() *PredicateSpec
func (*Policy) GetTransformers ¶
func (x *Policy) GetTransformers() []*Transformer
func (*Policy) ProtoMessage ¶
func (*Policy) ProtoMessage()
func (*Policy) ProtoReflect ¶
func (x *Policy) ProtoReflect() protoreflect.Message
func (*Policy) PublicKeys ¶ added in v0.2.1
func (p *Policy) PublicKeys() ([]key.PublicKeyProvider, error)
PublicKeys returns any public keys defined in the policy identities
func (*Policy) SetOrigin ¶ added in v0.2.1
func (p *Policy) SetOrigin(origin attestation.Subject)
SetOrigin sets the origin of the policy. It is designed to match the signature of the attestation.Predicate method, but if the argument is a resource descriptor, then we will clone it and use its value.
func (*Policy) TestsControl ¶
type PolicyBlock ¶ added in v0.4.0
type PolicyBlock struct {
// ID string identifying the block
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// BlockMeta contains the metadata describing the
Meta *BlockMeta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
// Policies is the list of policies grouped in the block
Policies []*Policy `protobuf:"bytes,3,rep,name=policies,proto3" json:"policies,omitempty"`
// contains filtered or unexported fields
}
PolicyBlock groups policies in the PolicySet to apply properties to more than one policy at once.
func (*PolicyBlock) Descriptor
deprecated
added in
v0.4.0
func (*PolicyBlock) Descriptor() ([]byte, []int)
Deprecated: Use PolicyBlock.ProtoReflect.Descriptor instead.
func (*PolicyBlock) GetId ¶ added in v0.4.0
func (x *PolicyBlock) GetId() string
func (*PolicyBlock) GetMeta ¶ added in v0.4.0
func (x *PolicyBlock) GetMeta() *BlockMeta
func (*PolicyBlock) GetPolicies ¶ added in v0.4.0
func (x *PolicyBlock) GetPolicies() []*Policy
func (*PolicyBlock) ProtoMessage ¶ added in v0.4.0
func (*PolicyBlock) ProtoMessage()
func (*PolicyBlock) ProtoReflect ¶ added in v0.4.0
func (x *PolicyBlock) ProtoReflect() protoreflect.Message
func (*PolicyBlock) Reset ¶ added in v0.4.0
func (x *PolicyBlock) Reset()
func (*PolicyBlock) String ¶ added in v0.4.0
func (x *PolicyBlock) String() string
type PolicyGroup ¶ added in v0.4.0
type PolicyGroup struct {
// Group identifier
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// Group metadata
Meta *PolicyGroupMeta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
// Group reference
Source *PolicyGroupRef `protobuf:"bytes,3,opt,name=source,proto3" json:"source,omitempty"`
// Policy blocks modeling the group begaviour.
Blocks []*PolicyBlock `protobuf:"bytes,4,rep,name=blocks,proto3" json:"blocks,omitempty"`
// contains filtered or unexported fields
}
PolicyGroup captures the structure of a policy set in a
func (*PolicyGroup) Descriptor
deprecated
added in
v0.4.0
func (*PolicyGroup) Descriptor() ([]byte, []int)
Deprecated: Use PolicyGroup.ProtoReflect.Descriptor instead.
func (*PolicyGroup) GetBlocks ¶ added in v0.4.0
func (x *PolicyGroup) GetBlocks() []*PolicyBlock
func (*PolicyGroup) GetId ¶ added in v0.4.0
func (x *PolicyGroup) GetId() string
func (*PolicyGroup) GetMeta ¶ added in v0.4.0
func (x *PolicyGroup) GetMeta() *PolicyGroupMeta
func (*PolicyGroup) GetSource ¶ added in v0.4.0
func (x *PolicyGroup) GetSource() *PolicyGroupRef
func (*PolicyGroup) ProtoMessage ¶ added in v0.4.0
func (*PolicyGroup) ProtoMessage()
func (*PolicyGroup) ProtoReflect ¶ added in v0.4.0
func (x *PolicyGroup) ProtoReflect() protoreflect.Message
func (*PolicyGroup) Reset ¶ added in v0.4.0
func (x *PolicyGroup) Reset()
func (*PolicyGroup) String ¶ added in v0.4.0
func (x *PolicyGroup) String() string
func (*PolicyGroup) Validate ¶ added in v0.4.0
func (grp *PolicyGroup) Validate() error
Validate checks the consistency of the policy group
type PolicyGroupMeta ¶ added in v0.4.0
type PolicyGroupMeta struct {
// Description of the policy block
Description string `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
// Version of the group
Version int64 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
// Control fronted by the policy group
Controls []*Control `protobuf:"bytes,3,rep,name=controls,proto3" json:"controls,omitempty"`
// Enforce the block (ON or OFF)
Enforce string `protobuf:"bytes,4,opt,name=enforce,proto3" json:"enforce,omitempty"`
// Expiration date of the policy group
Expiration *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=expiration,proto3,oneof" json:"expiration,omitempty"`
// Source of the group data when compiled from remote sources
Origin *v1.ResourceDescriptor `protobuf:"bytes,6,opt,name=origin,proto3,oneof" json:"origin,omitempty"`
// contains filtered or unexported fields
}
GroupMeta is the metadata definition of a policy group
func (*PolicyGroupMeta) Descriptor
deprecated
added in
v0.4.0
func (*PolicyGroupMeta) Descriptor() ([]byte, []int)
Deprecated: Use PolicyGroupMeta.ProtoReflect.Descriptor instead.
func (*PolicyGroupMeta) GetControls ¶ added in v0.4.0
func (x *PolicyGroupMeta) GetControls() []*Control
func (*PolicyGroupMeta) GetDescription ¶ added in v0.4.0
func (x *PolicyGroupMeta) GetDescription() string
func (*PolicyGroupMeta) GetEnforce ¶ added in v0.4.0
func (x *PolicyGroupMeta) GetEnforce() string
func (*PolicyGroupMeta) GetExpiration ¶ added in v0.4.0
func (x *PolicyGroupMeta) GetExpiration() *timestamppb.Timestamp
func (*PolicyGroupMeta) GetOrigin ¶ added in v0.4.0
func (x *PolicyGroupMeta) GetOrigin() *v1.ResourceDescriptor
func (*PolicyGroupMeta) GetVersion ¶ added in v0.4.0
func (x *PolicyGroupMeta) GetVersion() int64
func (*PolicyGroupMeta) ProtoMessage ¶ added in v0.4.0
func (*PolicyGroupMeta) ProtoMessage()
func (*PolicyGroupMeta) ProtoReflect ¶ added in v0.4.0
func (x *PolicyGroupMeta) ProtoReflect() protoreflect.Message
func (*PolicyGroupMeta) Reset ¶ added in v0.4.0
func (x *PolicyGroupMeta) Reset()
func (*PolicyGroupMeta) String ¶ added in v0.4.0
func (x *PolicyGroupMeta) String() string
type PolicyGroupRef ¶ added in v0.4.0
type PolicyGroupRef struct {
// Group ID
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// Pinned version of the group
Version int64 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
// Expected identity when the group file is signed
Identity *Identity `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"`
// Source location when referenced remotely
Location *v1.ResourceDescriptor `protobuf:"bytes,4,opt,name=location,proto3" json:"location,omitempty"`
// contains filtered or unexported fields
}
PolicyGroupRef references a group remotely
func (*PolicyGroupRef) Descriptor
deprecated
added in
v0.4.0
func (*PolicyGroupRef) Descriptor() ([]byte, []int)
Deprecated: Use PolicyGroupRef.ProtoReflect.Descriptor instead.
func (*PolicyGroupRef) GetId ¶ added in v0.4.0
func (x *PolicyGroupRef) GetId() string
func (*PolicyGroupRef) GetIdentity ¶ added in v0.4.0
func (x *PolicyGroupRef) GetIdentity() *Identity
func (*PolicyGroupRef) GetLocation ¶ added in v0.4.0
func (x *PolicyGroupRef) GetLocation() *v1.ResourceDescriptor
func (*PolicyGroupRef) GetSourceURL ¶ added in v0.4.0
func (ref *PolicyGroupRef) GetSourceURL() string
GetSourceURL returns the URL to fetch the policy. First, it will try the DownloadLocation, if empty returns the UR
func (*PolicyGroupRef) GetVersion ¶ added in v0.4.0
func (x *PolicyGroupRef) GetVersion() int64
func (*PolicyGroupRef) ProtoMessage ¶ added in v0.4.0
func (*PolicyGroupRef) ProtoMessage()
func (*PolicyGroupRef) ProtoReflect ¶ added in v0.4.0
func (x *PolicyGroupRef) ProtoReflect() protoreflect.Message
func (*PolicyGroupRef) Reset ¶ added in v0.4.0
func (x *PolicyGroupRef) Reset()
func (*PolicyGroupRef) SetVersion ¶ added in v0.4.0
func (ref *PolicyGroupRef) SetVersion(v int64)
func (*PolicyGroupRef) String ¶ added in v0.4.0
func (x *PolicyGroupRef) String() string
type PolicyRef ¶
type PolicyRef struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Version int64 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
Identity *Identity `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"`
Location *v1.ResourceDescriptor `protobuf:"bytes,4,opt,name=location,proto3" json:"location,omitempty"`
// contains filtered or unexported fields
}
func (*PolicyRef) Descriptor
deprecated
func (*PolicyRef) GetIdentity ¶
func (*PolicyRef) GetLocation ¶
func (x *PolicyRef) GetLocation() *v1.ResourceDescriptor
func (*PolicyRef) GetSourceURL ¶
GetSourceURL returns the URL to fetch the policy. First, it will try the DownloadLocation, if empty returns the UR
func (*PolicyRef) GetVersion ¶
func (*PolicyRef) ProtoMessage ¶
func (*PolicyRef) ProtoMessage()
func (*PolicyRef) ProtoReflect ¶
func (x *PolicyRef) ProtoReflect() protoreflect.Message
func (*PolicyRef) SetVersion ¶ added in v0.4.0
type PolicySet ¶
type PolicySet struct {
// ID is the policySet identifier
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// Meta holds the PolicySet metadata informartion
Meta *PolicySetMeta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
// Common groups the common data elements to be share by all the
// policies in the set.
Common *PolicySetCommon `protobuf:"bytes,3,opt,name=common,proto3" json:"common,omitempty"`
// Policies is the list of policies grouped in the PolicySet
Policies []*Policy `protobuf:"bytes,4,rep,name=policies,proto3" json:"policies,omitempty"`
// Chain is the evidence chain to compute a set of subjects to which
// al the policies will apply.
Chain []*ChainLink `protobuf:"bytes,5,rep,name=chain,proto3" json:"chain,omitempty"`
// PolicyGroup definitions
Groups []*PolicyGroup `protobuf:"bytes,6,rep,name=groups,proto3" json:"groups,omitempty"`
// contains filtered or unexported fields
}
func (*PolicySet) ContextMap ¶
ContextMap compiles the context data values into a map, filling the fields with their defaults when needed.
func (*PolicySet) Descriptor
deprecated
func (*PolicySet) GetCommon ¶
func (x *PolicySet) GetCommon() *PolicySetCommon
func (*PolicySet) GetGroups ¶ added in v0.4.0
func (x *PolicySet) GetGroups() []*PolicyGroup
func (*PolicySet) GetMeta ¶
func (x *PolicySet) GetMeta() *PolicySetMeta
func (*PolicySet) GetOrigin ¶
func (s *PolicySet) GetOrigin() attestation.Subject
GetOrigin returns the coordinates where the predicate data originated from.
func (*PolicySet) GetPolicies ¶
func (*PolicySet) GetType ¶
func (set *PolicySet) GetType() attestation.PredicateType
func (*PolicySet) GetVerification ¶
func (set *PolicySet) GetVerification() attestation.Verification
GetVerification returns the signature verification generated from the envelope parser. The verification may contain details about the integrity, identity and signature guarding the PolicySet.
func (*PolicySet) ProtoMessage ¶
func (*PolicySet) ProtoMessage()
func (*PolicySet) ProtoReflect ¶
func (x *PolicySet) ProtoReflect() protoreflect.Message
func (*PolicySet) PublicKeys ¶ added in v0.2.1
func (s *PolicySet) PublicKeys() ([]key.PublicKeyProvider, error)
PublicKeys returns any public keys defined in the policy identities
func (*PolicySet) SetOrigin ¶
func (s *PolicySet) SetOrigin(origin attestation.Subject)
SetOrigin sets the origin of the policy. It is designed to match the signature of the attestation.Predicate method, but if the argument is a resource descriptor, then we will clone it and use its value.
func (*PolicySet) SetType ¶
func (set *PolicySet) SetType(attestation.PredicateType) error
func (*PolicySet) SetVerification ¶
func (set *PolicySet) SetVerification(attestation.Verification)
SetVerification gets the signature verification data from the envelope parser before discarding the envelope. This is supposed the be stored for later retrieval. Note: Currently NOOP.
type PolicySetCommon ¶
type PolicySetCommon struct {
Identities []*Identity `protobuf:"bytes,1,rep,name=identities,proto3" json:"identities,omitempty"`
References []*PolicyRef `protobuf:"bytes,2,rep,name=references,proto3" json:"references,omitempty"`
Context map[string]*ContextVal `` /* 141-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*PolicySetCommon) Descriptor
deprecated
func (*PolicySetCommon) Descriptor() ([]byte, []int)
Deprecated: Use PolicySetCommon.ProtoReflect.Descriptor instead.
func (*PolicySetCommon) GetContext ¶
func (x *PolicySetCommon) GetContext() map[string]*ContextVal
func (*PolicySetCommon) GetIdentities ¶
func (x *PolicySetCommon) GetIdentities() []*Identity
func (*PolicySetCommon) GetReferences ¶
func (x *PolicySetCommon) GetReferences() []*PolicyRef
func (*PolicySetCommon) ProtoMessage ¶
func (*PolicySetCommon) ProtoMessage()
func (*PolicySetCommon) ProtoReflect ¶
func (x *PolicySetCommon) ProtoReflect() protoreflect.Message
func (*PolicySetCommon) Reset ¶
func (x *PolicySetCommon) Reset()
func (*PolicySetCommon) String ¶
func (x *PolicySetCommon) String() string
type PolicySetMeta ¶
type PolicySetMeta struct {
Runtime string `protobuf:"bytes,1,opt,name=runtime,proto3" json:"runtime,omitempty"`
Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
Expiration *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=expiration,proto3" json:"expiration,omitempty"`
Version int64 `protobuf:"varint,4,opt,name=version,proto3" json:"version,omitempty"`
Enforce string `protobuf:"bytes,5,opt,name=enforce,proto3" json:"enforce,omitempty"`
Frameworks []*FrameworkRef `protobuf:"bytes,6,rep,name=frameworks,proto3" json:"frameworks,omitempty"`
Origin *v1.ResourceDescriptor `protobuf:"bytes,7,opt,name=origin,proto3,oneof" json:"origin,omitempty"`
// contains filtered or unexported fields
}
func (*PolicySetMeta) Descriptor
deprecated
func (*PolicySetMeta) Descriptor() ([]byte, []int)
Deprecated: Use PolicySetMeta.ProtoReflect.Descriptor instead.
func (*PolicySetMeta) GetDescription ¶
func (x *PolicySetMeta) GetDescription() string
func (*PolicySetMeta) GetEnforce ¶
func (x *PolicySetMeta) GetEnforce() string
func (*PolicySetMeta) GetExpiration ¶
func (x *PolicySetMeta) GetExpiration() *timestamppb.Timestamp
func (*PolicySetMeta) GetFrameworks ¶
func (x *PolicySetMeta) GetFrameworks() []*FrameworkRef
func (*PolicySetMeta) GetOrigin ¶ added in v0.2.1
func (x *PolicySetMeta) GetOrigin() *v1.ResourceDescriptor
func (*PolicySetMeta) GetRuntime ¶
func (x *PolicySetMeta) GetRuntime() string
func (*PolicySetMeta) GetVersion ¶
func (x *PolicySetMeta) GetVersion() int64
func (*PolicySetMeta) ProtoMessage ¶
func (*PolicySetMeta) ProtoMessage()
func (*PolicySetMeta) ProtoReflect ¶
func (x *PolicySetMeta) ProtoReflect() protoreflect.Message
func (*PolicySetMeta) Reset ¶
func (x *PolicySetMeta) Reset()
func (*PolicySetMeta) String ¶
func (x *PolicySetMeta) String() string
type PredicateSpec ¶
type PredicateSpec struct {
Types []string `protobuf:"bytes,1,rep,name=types,proto3" json:"types,omitempty"`
Limit int32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
// contains filtered or unexported fields
}
func (*PredicateSpec) Descriptor
deprecated
func (*PredicateSpec) Descriptor() ([]byte, []int)
Deprecated: Use PredicateSpec.ProtoReflect.Descriptor instead.
func (*PredicateSpec) GetLimit ¶
func (x *PredicateSpec) GetLimit() int32
func (*PredicateSpec) GetTypes ¶
func (x *PredicateSpec) GetTypes() []string
func (*PredicateSpec) ProtoMessage ¶
func (*PredicateSpec) ProtoMessage()
func (*PredicateSpec) ProtoReflect ¶
func (x *PredicateSpec) ProtoReflect() protoreflect.Message
func (*PredicateSpec) Reset ¶
func (x *PredicateSpec) Reset()
func (*PredicateSpec) String ¶
func (x *PredicateSpec) String() string
type RemoteReference ¶ added in v0.4.0
type RemoteReference interface {
GetId() string
GetIdentity() *Identity
GetLocation() *intoto.ResourceDescriptor
GetSourceURL() string
GetVersion() int64
SetVersion(int64)
}
RemoteReference is an interface to handle policy and group references
type Result ¶
type Result struct {
// status holds the PASS/FAIL/SOFTFAIL status label of the Policy evaluation
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
// Time when the policy evaluation started
DateStart *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=date_start,json=dateStart,proto3" json:"date_start,omitempty"`
// Time when the policy evaluation concluded
DateEnd *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=date_end,json=dateEnd,proto3" json:"date_end,omitempty"`
// Reference to the policy code
Policy *PolicyRef `protobuf:"bytes,4,opt,name=policy,proto3" json:"policy,omitempty"`
// eval_results holds each of the tenet's evaluation results
EvalResults []*EvalResult `protobuf:"bytes,5,rep,name=eval_results,json=evalResults,proto3" json:"eval_results,omitempty"`
// meta from the original policy
Meta *Meta `protobuf:"bytes,6,opt,name=meta,proto3" json:"meta,omitempty"`
// context data loaded into the policy runtime
Context *structpb.Struct `protobuf:"bytes,7,opt,name=context,proto3" json:"context,omitempty"`
// chain holds the custody chain configuration when a policy uses chained subjects
Chain []*ChainedSubject `protobuf:"bytes,8,rep,name=chain,proto3" json:"chain,omitempty"`
// original subject under scrutiny. This may not be the effective subject if
// the policy uses chained subjects.
Subject *v1.ResourceDescriptor `protobuf:"bytes,9,opt,name=subject,proto3" json:"subject,omitempty"`
// contains filtered or unexported fields
}
Result cpatures the results of a policy evaluation. This structure is computed after evaluating all the policy's tenets.
func (*Result) Descriptor
deprecated
func (*Result) GetChain ¶
func (x *Result) GetChain() []*ChainedSubject
func (*Result) GetContext ¶
func (*Result) GetDateEnd ¶
func (x *Result) GetDateEnd() *timestamppb.Timestamp
func (*Result) GetDateStart ¶
func (x *Result) GetDateStart() *timestamppb.Timestamp
func (*Result) GetEvalResults ¶
func (x *Result) GetEvalResults() []*EvalResult
func (*Result) GetSubject ¶
func (x *Result) GetSubject() *v1.ResourceDescriptor
func (*Result) MarshalJSON ¶
func (*Result) ProtoMessage ¶
func (*Result) ProtoMessage()
func (*Result) ProtoReflect ¶
func (x *Result) ProtoReflect() protoreflect.Message
type ResultSet ¶
type ResultSet struct {
// Reference to the PolicySet that produced the ResultSet
PolicySet *PolicyRef `protobuf:"bytes,1,opt,name=policy_set,json=policySet,proto3" json:"policy_set,omitempty"`
// meta block transferred from the PolicySet
Meta *PolicySetMeta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
// status holds the PASS/FAIL/SOFTFAIL status label of the whole PolicySet evaluation
Status string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
// date_start time when the evaluation started
DateStart *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=date_start,json=dateStart,proto3" json:"date_start,omitempty"`
// date_end time when the evaluation finished
DateEnd *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=date_end,json=dateEnd,proto3" json:"date_end,omitempty"`
// subject under evaluation
Subject *v1.ResourceDescriptor `protobuf:"bytes,6,opt,name=subject,proto3" json:"subject,omitempty"`
// results from each of the policies in the set
Results []*Result `protobuf:"bytes,7,rep,name=results,proto3" json:"results,omitempty"`
// error captures an error that failed the evaluation at the PolicySet level
Error *Error `protobuf:"bytes,8,opt,name=error,proto3" json:"error,omitempty"`
// The ResultSet common struct varies from its policySet siblingas here,
// the contextual information has the computed values, not the definitions.
Common *ResultSetCommon `protobuf:"bytes,9,opt,name=common,proto3" json:"common,omitempty"`
// contains filtered or unexported fields
}
ResultSet reflects the evaluation of a PolicySet. It contains a `Result` entry for each policy in the set, its overall result status and the original set metadata.
func (*ResultSet) Assert ¶
Assert reads the set's results and computes the finish date and set eval status.
func (*ResultSet) Descriptor
deprecated
func (*ResultSet) GetCommon ¶ added in v0.3.1
func (x *ResultSet) GetCommon() *ResultSetCommon
func (*ResultSet) GetDateEnd ¶
func (x *ResultSet) GetDateEnd() *timestamppb.Timestamp
func (*ResultSet) GetDateStart ¶
func (x *ResultSet) GetDateStart() *timestamppb.Timestamp
func (*ResultSet) GetMeta ¶
func (x *ResultSet) GetMeta() *PolicySetMeta
func (*ResultSet) GetPolicySet ¶ added in v0.2.1
func (*ResultSet) GetResults ¶
func (*ResultSet) GetSubject ¶
func (x *ResultSet) GetSubject() *v1.ResourceDescriptor
func (*ResultSet) MarshalJSON ¶
func (*ResultSet) ProtoMessage ¶
func (*ResultSet) ProtoMessage()
func (*ResultSet) ProtoReflect ¶
func (x *ResultSet) ProtoReflect() protoreflect.Message
type ResultSetCommon ¶ added in v0.3.1
type ResultSetCommon struct {
// Context contains the computed common context values
Context *structpb.Struct `protobuf:"bytes,9,opt,name=context,proto3" json:"context,omitempty"`
// contains filtered or unexported fields
}
ResultSetCommon
func (*ResultSetCommon) Descriptor
deprecated
added in
v0.3.1
func (*ResultSetCommon) Descriptor() ([]byte, []int)
Deprecated: Use ResultSetCommon.ProtoReflect.Descriptor instead.
func (*ResultSetCommon) GetContext ¶ added in v0.3.1
func (x *ResultSetCommon) GetContext() *structpb.Struct
func (*ResultSetCommon) ProtoMessage ¶ added in v0.3.1
func (*ResultSetCommon) ProtoMessage()
func (*ResultSetCommon) ProtoReflect ¶ added in v0.3.1
func (x *ResultSetCommon) ProtoReflect() protoreflect.Message
func (*ResultSetCommon) Reset ¶ added in v0.3.1
func (x *ResultSetCommon) Reset()
func (*ResultSetCommon) String ¶ added in v0.3.1
func (x *ResultSetCommon) String() string
type SignatureVerification ¶
type SignatureVerification struct {
// Date when the verification was performed
Date *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"`
// SignatureVerified is set to true when a hash's signature was verified
// with at least one key or cert. Verified does not imply any identity check.
Verified bool `protobuf:"varint,2,opt,name=verified,proto3" json:"verified,omitempty"`
// Identities has a list of the identities (sigstore signers or keys)
// that signed the object.
Identities []*Identity `protobuf:"bytes,3,rep,name=Identities,proto3" json:"Identities,omitempty"`
// Message is an optional message that can be populated when a verification
// was performed successfully.
Message string `protobuf:"bytes,4,opt,name=message,proto3" json:"message,omitempty"`
// Error is a message explaining why verification failed.
Error string `protobuf:"bytes,5,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*SignatureVerification) Descriptor
deprecated
func (*SignatureVerification) Descriptor() ([]byte, []int)
Deprecated: Use SignatureVerification.ProtoReflect.Descriptor instead.
func (*SignatureVerification) GetDate ¶
func (x *SignatureVerification) GetDate() *timestamppb.Timestamp
func (*SignatureVerification) GetError ¶ added in v0.2.0
func (x *SignatureVerification) GetError() string
func (*SignatureVerification) GetIdentities ¶
func (x *SignatureVerification) GetIdentities() []*Identity
func (*SignatureVerification) GetMessage ¶ added in v0.2.0
func (x *SignatureVerification) GetMessage() string
func (*SignatureVerification) GetVerified ¶
func (x *SignatureVerification) GetVerified() bool
func (*SignatureVerification) MatchesIdentity ¶
func (sv *SignatureVerification) MatchesIdentity(id *Identity) bool
HasIdentity returns true if one of the verifiers matches the passed identity
func (*SignatureVerification) MatchesKeyIdentity ¶
func (sv *SignatureVerification) MatchesKeyIdentity(keyIdentity *IdentityKey) bool
MatchesKeyIdentity returns true if one of the verified signatures was performed with the specified key.
func (*SignatureVerification) MatchesSigstoreIdentity ¶
func (sv *SignatureVerification) MatchesSigstoreIdentity(id *IdentitySigstore) bool
HasIdentity returns true if one of the verifiers matches the passed sigstore identity.
func (*SignatureVerification) ProtoMessage ¶
func (*SignatureVerification) ProtoMessage()
func (*SignatureVerification) ProtoReflect ¶
func (x *SignatureVerification) ProtoReflect() protoreflect.Message
func (*SignatureVerification) Reset ¶
func (x *SignatureVerification) Reset()
func (*SignatureVerification) String ¶
func (x *SignatureVerification) String() string
type StatementRef ¶
type StatementRef struct {
// type holds the predicate type of the referenced attestation
Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
// attestation is a resource descriptor that records the attestation coordinates
Attestation *v1.ResourceDescriptor `protobuf:"bytes,2,opt,name=attestation,proto3" json:"attestation,omitempty"`
// identities captures the identities matched when verifying
// the statement.
Identities []*Identity `protobuf:"bytes,3,rep,name=identities,proto3" json:"identities,omitempty"`
// contains filtered or unexported fields
}
StatementRef records the data of an ingested attestation
func (*StatementRef) Descriptor
deprecated
func (*StatementRef) Descriptor() ([]byte, []int)
Deprecated: Use StatementRef.ProtoReflect.Descriptor instead.
func (*StatementRef) GetAttestation ¶
func (x *StatementRef) GetAttestation() *v1.ResourceDescriptor
func (*StatementRef) GetIdentities ¶ added in v0.1.2
func (x *StatementRef) GetIdentities() []*Identity
func (*StatementRef) GetType ¶
func (x *StatementRef) GetType() string
func (*StatementRef) ProtoMessage ¶
func (*StatementRef) ProtoMessage()
func (*StatementRef) ProtoReflect ¶
func (x *StatementRef) ProtoReflect() protoreflect.Message
func (*StatementRef) Reset ¶
func (x *StatementRef) Reset()
func (*StatementRef) String ¶
func (x *StatementRef) String() string
type Tenet ¶
type Tenet struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Runtime string `protobuf:"bytes,2,opt,name=runtime,proto3" json:"runtime,omitempty"`
Code string `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"`
Predicates *PredicateSpec `protobuf:"bytes,4,opt,name=predicates,proto3" json:"predicates,omitempty"`
Outputs map[string]*Output `` /* 141-byte string literal not displayed */
Error *Error `protobuf:"bytes,6,opt,name=error,proto3" json:"error,omitempty"`
Title string `protobuf:"bytes,7,opt,name=title,proto3" json:"title,omitempty"`
Assessment *Assessment `protobuf:"bytes,8,opt,name=assessment,proto3" json:"assessment,omitempty"`
// contains filtered or unexported fields
}
Tenet
func (*Tenet) Descriptor
deprecated
func (*Tenet) GetAssessment ¶
func (x *Tenet) GetAssessment() *Assessment
func (*Tenet) GetOutputs ¶
func (*Tenet) GetPredicates ¶
func (x *Tenet) GetPredicates() *PredicateSpec
func (*Tenet) GetRuntime ¶
func (*Tenet) ProtoMessage ¶
func (*Tenet) ProtoMessage()
func (*Tenet) ProtoReflect ¶
func (x *Tenet) ProtoReflect() protoreflect.Message
type Transformer ¶
type Transformer struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
Este hay que arreglarlo
func (*Transformer) Descriptor
deprecated
func (*Transformer) Descriptor() ([]byte, []int)
Deprecated: Use Transformer.ProtoReflect.Descriptor instead.
func (*Transformer) GetId ¶
func (x *Transformer) GetId() string
func (*Transformer) ProtoMessage ¶
func (*Transformer) ProtoMessage()
func (*Transformer) ProtoReflect ¶
func (x *Transformer) ProtoReflect() protoreflect.Message
func (*Transformer) Reset ¶
func (x *Transformer) Reset()
func (*Transformer) String ¶
func (x *Transformer) String() string
type Verification ¶
type Verification struct {
Signature *SignatureVerification `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"`
// contains filtered or unexported fields
}
Results of the signature verification process
func (*Verification) Descriptor
deprecated
func (*Verification) Descriptor() ([]byte, []int)
Deprecated: Use Verification.ProtoReflect.Descriptor instead.
func (*Verification) Error ¶ added in v0.2.0
func (v *Verification) Error() string
Error implements the Go error interface when verification fails
func (*Verification) GetSignature ¶
func (x *Verification) GetSignature() *SignatureVerification
func (*Verification) GetVerified ¶
func (v *Verification) GetVerified() bool
func (*Verification) MatchesIdentity ¶
func (v *Verification) MatchesIdentity(rawID any) bool
MatchesIdentity returns true if one of the verified signatures matches the identity.
func (*Verification) ProtoMessage ¶
func (*Verification) ProtoMessage()
func (*Verification) ProtoReflect ¶
func (x *Verification) ProtoReflect() protoreflect.Message
func (*Verification) Reset ¶
func (x *Verification) Reset()
func (*Verification) String ¶
func (x *Verification) String() string