This commit is contained in:
2025-03-19 14:48:09 +01:00
parent 550a3b998c
commit 69cfd0e814

View File

@@ -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 }}
- name: Inspect file
run: cat ./output.sarif