We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a1b3b2 commit 671b9ffCopy full SHA for 671b9ff
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
@@ -5,6 +5,8 @@ import (
"log/slog"
"net/url"
+ "github.com/quay/zlog"
11
"github.com/quay/claircore/internal/maven"
12
nodejs/matcher.go
@@ -2,6 +2,7 @@ package nodejs
2
3
import (
0 commit comments