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