.gitea/workflows/release.yml aktualisiert

This commit is contained in:
2025-03-19 14:59:16 +01:00
parent a707151805
commit b603f3a4f1

View File

@@ -50,9 +50,8 @@ jobs:
with: with:
image: "cs-git.ddnss.de/docker/nginx-fpmlatest" image: "cs-git.ddnss.de/docker/nginx-fpmlatest"
fail-build: false fail-build: false
output-file: ./output.sarif
registry-username: ${{ env.USER }} registry-username: ${{ env.USER }}
registry-password: ${{ env.PASS }} registry-password: ${{ env.PASS }}
- name: Inspect file - name: Inspect file
run: cat ./output.sarif run: cat ${{ steps.scan.outputs.sarif }}