Searched refs:ZipArtifact (Results 1 – 2 of 2) sorted by relevance
29 type ZipArtifact interface { interface44 func NewLocalZipArtifact(name string) (ZipArtifact, error) {
24 func compareTargetFiles(priZip, refZip ZipArtifact, artifact string, allowLists []allowList, filter… argument