From fc47fb91e1efda4341177a3802b30446379017a0 Mon Sep 17 00:00:00 2001 From: Andrei Aaron Date: Sat, 29 Jul 2023 19:19:01 +0300 Subject: [PATCH] feat(ui): update ui to support cve filtering by platform (#1661) Signed-off-by: Andrei Aaron --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 65dd713e..58ffee9e 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ CRICTL := $(TOOLSDIR)/bin/crictl CRICTL_VERSION := v1.26.1 ACTION_VALIDATOR := $(TOOLSDIR)/bin/action-validator ACTION_VALIDATOR_VERSION := v0.2.1 -ZUI_VERSION := commit-44289c7 +ZUI_VERSION := commit-54c764c SWAGGER_VERSION := v1.8.12 STACKER := $(TOOLSDIR)/bin/stacker BATS := $(TOOLSDIR)/bin/bats