Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use namespace's versionfmt to specify listers scanning features #418

Merged
merged 2 commits into from
Jun 28, 2017

Conversation

KeyboardNerd
Copy link
Contributor

No description provided.

use namespace's versionfmt to specify listers used to scan features
the content detection functions are changed accordingly in worker
@@ -49,7 +52,7 @@ type Lister interface {
//
// If called twice with the same name, the name is blank, or if the provided
// Lister is nil, this function panics.
func RegisterLister(name string, l Lister) {
func RegisterLister(name string, versionfmt string, l Lister) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

name, versionfmt string
this will bother me forever, but I'm not going to prevent the merge for it.

@jzelinskie jzelinskie merged commit 04847a0 into quay:master Jun 28, 2017
KeyboardNerd pushed a commit to KeyboardNerd/clair that referenced this pull request Feb 2, 2018
use namespace's versionfmt to specify listers scanning features
@KeyboardNerd KeyboardNerd deleted the multiplens branch March 11, 2018 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants