From 135bfc8437713d9fdc3c5e835341f520f3284dd0 Mon Sep 17 00:00:00 2001 From: John Osborne Date: Thu, 19 Dec 2024 09:41:37 -0500 Subject: [PATCH] Update scan.yaml Signed-off-by: John Osborne --- .github/workflows/scan.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/scan.yaml b/.github/workflows/scan.yaml index f769b46..b1c84b9 100644 --- a/.github/workflows/scan.yaml +++ b/.github/workflows/scan.yaml @@ -54,9 +54,11 @@ jobs: env: PRISMA_API_URL: https://api.prismacloud.io with: + output_format: cli,sarif + output_file_path: console,prismaresults.sarif api-key: ${{ secrets.BC_API_KEY }} - name: Upload SARIF file uses: github/codeql-action/upload-sarif@v3 with: - sarif_file: ${{ steps.prisma-cloud.outputs.sarif_file }} + sarif_file: ${{ steps.prisma-cloud.outputs.prismaresults.sarif }}