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.
2 parents 1926b98 + cad31fa commit bdfbccbCopy full SHA for bdfbccb
common.mk
@@ -36,7 +36,7 @@ DOCKER_SCAN_REPO ?= https://github.com/docker/scan-cli-plugin.git
36
REF ?= HEAD
37
DOCKER_CLI_REF ?= $(REF)
38
DOCKER_ENGINE_REF ?= $(REF)
39
-DOCKER_SCAN_REF ?= v0.15.0
+DOCKER_SCAN_REF ?= v0.16.0
40
41
export BUILDTIME
42
export DEFAULT_PRODUCT_LICENSE
plugins/scan.installer.disabled
@@ -6,7 +6,7 @@ source "$(dirname "$0")/.common"
6
PKG=github.com/docker/scan-cli-plugin
7
GOPATH=$(go env GOPATH)
8
REPO=https://${PKG}.git
9
-COMMIT=v0.15.0
+COMMIT=v0.16.0
10
DEST=${GOPATH}/src/${PKG}
11
12
build() {
0 commit comments