From 4debe45592609239a56cb4799779651426d1b05f Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 4 Feb 2025 16:04:59 +0100 Subject: [PATCH] fix new ci, 7 --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 3afc810..a14f24e 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -22,7 +22,7 @@ steps: commands: - export GOPATH=/woodpecker/go # the export is required, otherwise trivy will not consider the variable - HOME=/home/`id -nu` - - TAG="${CI_COMMIT_TAG:-$CI_COMMIT_SHA} + - TAG="${CI_COMMIT_TAG:-$CI_COMMIT_SHA}" - | trivy fs \ --server $TRIVY_URL \