From 30bfc88609948460b35aef2dc3c019bed4699d64 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Sun, 18 Feb 2024 21:17:54 +0100 Subject: [PATCH] drop scan step due to old base image due to broken compiler in recent base image --- .woodpecker.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 1a116b6..dd2c634 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -14,10 +14,10 @@ steps: when: - event: [push, tag] - scan_image: - image: aquasec/trivy - commands: - - trivy image $FORGE_NAME/$CI_REPO:$CI_COMMIT_SHA --quiet --exit-code 1 - when: - - event: [push, tag] + #scan_image: + # image: aquasec/trivy + # commands: + # - trivy image $FORGE_NAME/$CI_REPO:$CI_COMMIT_SHA --quiet --exit-code 1 + # when: + # - event: [push, tag]