Skip to content

Commit 2f9858b

Browse files
authored
Merge pull request #624 from thaJeztah/bump_scan
[master] upgrade docker scan to v0.17.0
2 parents 91f4f12 + 081ce5a commit 2f9858b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ DOCKER_SCAN_REPO ?= https://github.com/docker/scan-cli-plugin.git
3636
REF ?= HEAD
3737
DOCKER_CLI_REF ?= $(REF)
3838
DOCKER_ENGINE_REF ?= $(REF)
39-
DOCKER_SCAN_REF ?= v0.16.0
39+
DOCKER_SCAN_REF ?= v0.17.0
4040

4141
export BUILDTIME
4242
export DEFAULT_PRODUCT_LICENSE

plugins/scan.installer.disabled

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ source "$(dirname "$0")/.common"
66
PKG=github.com/docker/scan-cli-plugin
77
GOPATH=$(go env GOPATH)
88
REPO=https://${PKG}.git
9-
COMMIT=v0.16.0
9+
COMMIT=v0.17.0
1010
DEST=${GOPATH}/src/${PKG}
1111

1212
build() {

0 commit comments

Comments
 (0)