//
pkg.gl
Category
github.com/sigstore/policy-controller
pkg
apis
glob
package
0.10.0
Repository:
https://github.com/sigstore/policy-controller.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
3
Files
62 SLOC
#
Functions
Compile
Compile attempts to normalize the glob and turn it into a regular expression that we can use for matching image names.
Match
Match will return true if the image reference matches the requested glob pattern.
#
Constants
DockerhubPublicRepository
Images such as "busybox" reside in the dockerhub "library" repository The full resolved image reference would be index.docker.io/library/busybox.
ResolvedDockerhubHost
No description provided by the author