Skip to content

Commit a1ee413

Browse files
committed
Remove CVE_UPDATES logic
Signed-off-by: Evan Lezar <[email protected]>
1 parent b4ffe35 commit a1ee413

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.common-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,10 @@ trigger-pipeline:
7272
.dist-ubi9:
7373
variables:
7474
DIST: "ubi9"
75-
CVE_UPDATES: "cyrus-sasl-lib"
7675

7776
.dist-ubuntu20.04:
7877
variables:
7978
DIST: "ubuntu20.04"
80-
CVE_UPDATES: "libsasl2-2 libsasl2-modules-db"
8179

8280
# Define the platform targets
8381
.platform-amd64:

deployments/container/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ $(BUILD_TARGETS): build-%: $(ARTIFACTS_ROOT)
6969
--build-arg GOLANG_VERSION="$(GOLANG_VERSION)" \
7070
--build-arg VERSION="$(vVERSION)" \
7171
--build-arg GIT_COMMIT="$(GIT_COMMIT)" \
72-
--build-arg CVE_UPDATES="$(CVE_UPDATES)" \
7372
--build-arg GOPROXY="$(GOPROXY)" \
7473
-f $(DOCKERFILE) \
7574
$(CURDIR)

0 commit comments

Comments
 (0)