clair/pkg/tarutil
Chris Northwood afd7fe2554 tarutil: allow file names to be specified by regexp
Some features do not exist in set locations, but can be anywhere in the layer.
This allows those featurefmt to specify the filenames to be scanned by
regexp, as opposed to purely by path prefix.
If any current users of this express paths which use regexp special characters
this could be a breaking change for them (with the exception of . which will
continue to work as it matches against the literal character .), however
none of the code in this repo does that.

fixes #456
2019-03-21 17:24:34 +00:00
..
testdata pkg: utils/tar.go -> pkg/tarutil 2017-01-22 23:02:50 -05:00
tarutil_test.go tarutil: allow file names to be specified by regexp 2019-03-21 17:24:34 +00:00
tarutil.go tarutil: allow file names to be specified by regexp 2019-03-21 17:24:34 +00:00