Searched defs:allowList (Results 1 – 1 of 1) sorted by relevance
28 type allowList struct { struct29 path string30 ignoreMatchingLines []string104 func filterModifiedPaths(l [][2]*ZipArtifactFile, allowLists []allowList) ([][2]*ZipArtifactFile, e…129 func filterNewPaths(l []*ZipArtifactFile, allowLists []allowList) ([]*ZipArtifactFile, error) {195 func applyAllowLists(diff zipDiff, allowLists []allowList) (zipDiff, error) {