package
0.10.0
Repository: https://github.com/sigstore/policy-controller.git
Documentation: pkg.go.dev

# Functions

Compile attempts to normalize the glob and turn it into a regular expression that we can use for matching image names.
Match will return true if the image reference matches the requested glob pattern.

# Constants

Images such as "busybox" reside in the dockerhub "library" repository The full resolved image reference would be index.docker.io/library/busybox.
No description provided by the author