Skip to content

Commit

Permalink
Update scan.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: John Osborne <[email protected]>
  • Loading branch information
johnfosborneiii authored Dec 19, 2024
1 parent 52330be commit 135bfc8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 135bfc8

Please sign in to comment.