ChainloopLoader loads policies referenced with chainloop://provider/name URLs
| 159 | |
| 160 | // ChainloopLoader loads policies referenced with chainloop://provider/name URLs |
| 161 | type ChainloopLoader struct { |
| 162 | Client pb.AttestationServiceClient |
| 163 | cache cache.Cache[*policyWithReference] |
| 164 | flight singleflight.Group |
| 165 | } |
| 166 | |
| 167 | type policyWithReference struct { |
| 168 | Policy *v1.Policy `json:"policy"` |
nothing calls this directly
no outgoing calls
no test coverage detected