FileGroupLoader loader loads policies from filesystem and HTTPS references using Cosign's blob package
| 38 | |
| 39 | // FileGroupLoader loader loads policies from filesystem and HTTPS references using Cosign's blob package |
| 40 | type FileGroupLoader struct{} |
| 41 | |
| 42 | func (l *FileGroupLoader) Load(_ context.Context, attachment *v1.PolicyGroupAttachment) (*v1.PolicyGroup, *PolicyDescriptor, error) { |
| 43 | var ( |
nothing calls this directly
no outgoing calls
no test coverage detected