diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 61355fe..235bf81 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -50,9 +50,8 @@ jobs: with: 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 + run: cat ${{ steps.scan.outputs.sarif }} \ No newline at end of file