FileLoader loader loads policies from filesystem and HTTPS references using Cosign's blob package
| 98 | |
| 99 | // FileLoader loader loads policies from filesystem and HTTPS references using Cosign's blob package |
| 100 | type FileLoader struct{} |
| 101 | |
| 102 | func (l *FileLoader) Load(_ context.Context, attachment *v1.PolicyAttachment) (*v1.Policy, *PolicyDescriptor, error) { |
| 103 | var ( |
nothing calls this directly
no outgoing calls
no test coverage detected