From 69cfd0e8146cd552ae8759ee6e4d1db5efea3d8b Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Wed, 19 Mar 2025 14:48:09 +0100 Subject: [PATCH] Test. --- .gitea/workflows/release.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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