From 5bd8d051031e193f479bc05a000986a2d0f4c8b9 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 29 Aug 2025 13:28:07 +0200 Subject: [PATCH] add large number file, 3 --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 7805856..48af74a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -30,7 +30,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_SHA} + - TAG=${CI_COMMIT_SHA} - | trivy image \ --server $TRIVY_URL \