From 15cbed69ae2d2db5b73849b67a9f680f28fb340d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandor=20Sz=C3=BCcs?= Date: Mon, 16 Oct 2023 18:32:59 +0200 Subject: [PATCH] drop: gosec from blockin build in CI pipeline (#2681) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sandor Szücs --- delivery.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/delivery.yaml b/delivery.yaml index e4429a8cf2..5bfa077fea 100644 --- a/delivery.yaml +++ b/delivery.yaml @@ -50,7 +50,7 @@ pipeline: fi export IMAGE MULTIARCH_IMAGE - make deps check-fmt vet staticcheck gosec shortcheck + make deps check-fmt vet staticcheck shortcheck if [[ $CDP_TARGET_BRANCH == master && ! $CDP_PULL_REQUEST_NUMBER ]]; then echo "Creating git tag: ${RELEASE_VERSION}"