Skip to content

Commit

Permalink
Merge pull request #304 from artefactory/fix/upload-sarif
Browse files Browse the repository at this point in the history
Fix SARIF file upload
  • Loading branch information
Cedric-Magnan authored Nov 9, 2023
2 parents 9a66205 + 1f9e32e commit 2a94bba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
image: "ghcr.io/artefactory/nlpretext:${{ steps.tag.outputs.tag_name }}"
acs-report-enable: true
- name: upload Anchore scan SARIF report
if: success() || failure()
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: ${{ steps.scan.outputs.sarif }}
Expand Down

0 comments on commit 2a94bba

Please sign in to comment.