Try to upload the sarif artifact.

This commit is contained in:
2025-03-19 14:22:25 +01:00
parent c983663b84
commit e09fdf06c7

View File

@@ -50,7 +50,7 @@ jobs:
with: with:
image: "docker/nginx-fpm:latest" image: "docker/nginx-fpm:latest"
fail-build: false fail-build: false
output-format: table
- name: Inspect action SARIF report - uses: github/codeql-action/upload-sarif@v3
run: cat ${{ steps.scan.outputs.table }} with:
sarif_file: ${{ steps.scan.outputs.sarif }}