| 120 | } |
| 121 | |
| 122 | type RendererV02 struct { |
| 123 | *RendererCommon |
| 124 | attClient pb.AttestationServiceClient |
| 125 | logger *zerolog.Logger |
| 126 | policyEvaluationsRef *intoto.ResourceDescriptor |
| 127 | } |
| 128 | |
| 129 | // SetPolicyEvaluationsRef sets the CAS reference for the policy evaluations bundle. |
| 130 | func (r *RendererV02) SetPolicyEvaluationsRef(ref *intoto.ResourceDescriptor) { |
nothing calls this directly
no outgoing calls
no test coverage detected