diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 7dcd93e..0f227f3 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -50,9 +50,8 @@ jobs: with: image: "docker/nginx-fpm:latest" fail-build: false + output-file: ./output.sarif + run: cat ./output.sarif - - name: Upload artifact - uses: actions/upload-artifact@v4 - with: - name: my-artifact - path: ${{ steps.scan.outputs.sarif }} \ No newline at end of file + - name: Inspect file + run: cat ./output.sarif \ No newline at end of file