From a707151805938f08507ae152f8f31338118a95c5 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Wed, 19 Mar 2025 14:55:14 +0100 Subject: [PATCH] Changes to registry login. --- .gitea/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index dbc29f2..61355fe 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -48,9 +48,11 @@ jobs: uses: anchore/scan-action@v6 id: scan with: - image: "docker/nginx-fpm:latest" + image: "cs-git.ddnss.de/docker/nginx-fpmlatest" fail-build: false output-file: ./output.sarif + registry-username: ${{ env.USER }} + registry-password: ${{ env.PASS }} - name: Inspect file run: cat ./output.sarif \ No newline at end of file