Allowlists | Anchore Enterprise Product Documentation does mention wildcards for e.g. package names. However, it does not document which wildcards Anchore supports.
Only a single ‘*’ as in the examples? Or double asterisks? Or glob patterns?
Allowlists | Anchore Enterprise Product Documentation does mention wildcards for e.g. package names. However, it does not document which wildcards Anchore supports.
Only a single ‘*’ as in the examples? Or double asterisks? Or glob patterns?
On the Mapping config, you can enter and use the regex: prefix, and with this, you are able to build a regex that can match your desired scenario. An example regex might look like this: regexp:^danperry/nocode|danperry/app
This repository regex will only match against two specific repositories and exclude the rest: docker.io/danperry/app:* and docker.io/danperry/nocode:*
If you want more information, please raise a ticket t support.anchore.com. I hope to also add some examples into our docs. Thanks for raising this and hope this gives you a steer. If not please raise a support ticket.