We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b90d65 commit 4e00e99Copy full SHA for 4e00e99
alpine/matcher.go
@@ -4,6 +4,7 @@ import (
4
"context"
5
6
version "github.com/knqyf263/go-apk-version"
7
+
8
"github.com/quay/claircore"
9
"github.com/quay/claircore/libvuln/driver"
10
)
java/matcher.go
@@ -4,9 +4,10 @@ import (
"net/url"
+ "github.com/quay/zlog"
- "github.com/quay/zlog"
11
12
13
// Matcher matches discovered Java Maven packages against advisories provided via OSV.
nodejs/matcher.go
@@ -2,6 +2,7 @@ package nodejs
2
3
import (
0 commit comments