Skip to content

Commit

Permalink
Merge pull request #625 from thaJeztah/20.10_backport_bump_scan
Browse files Browse the repository at this point in the history
[20.10 backport] upgrade docker scan to v0.17.0
  • Loading branch information
thaJeztah committed Feb 8, 2022
2 parents c92907d + 9eff1b4 commit 541e69d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ DOCKER_SCAN_REPO ?= https://github.com/docker/scan-cli-plugin.git
REF ?= HEAD
DOCKER_CLI_REF ?= $(REF)
DOCKER_ENGINE_REF ?= $(REF)
DOCKER_SCAN_REF ?= v0.16.0
DOCKER_SCAN_REF ?= v0.17.0

export BUILDTIME
export DEFAULT_PRODUCT_LICENSE
Expand Down
2 changes: 1 addition & 1 deletion plugins/scan.installer.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source "$(dirname "$0")/.common"
PKG=github.com/docker/scan-cli-plugin
GOPATH=$(go env GOPATH)
REPO=https://${PKG}.git
COMMIT=v0.16.0
COMMIT=v0.17.0
DEST=${GOPATH}/src/${PKG}

build() {
Expand Down

0 comments on commit 541e69d

Please sign in to comment.