From c91d4a030850fc020add447b56c2d3f22c26310c Mon Sep 17 00:00:00 2001 From: Andrei Aaron Date: Tue, 21 Mar 2023 19:25:59 +0200 Subject: [PATCH] feat(ui): upgrade to zui supporting cve search for a specific image (#1290) Signed-off-by: Andrei Aaron --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 35958707..56c70799 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ REGCLIENT := $(TOOLSDIR)/bin/regctl REGCLIENT_VERSION := v0.4.5 ACTION_VALIDATOR := $(TOOLSDIR)/bin/action-validator ACTION_VALIDATOR_VERSION := v0.2.1 -ZUI_VERSION := commit-60ca6d2 +ZUI_VERSION := commit-ddf1d92 STACKER := $(TOOLSDIR)/bin/stacker BATS := $(TOOLSDIR)/bin/bats TESTDATA := $(TOP_LEVEL)/test/data