Make sarif default in CIFuzz example (#10655)

This commit is contained in:
jonathanmetzman 2023-07-06 18:51:59 -04:00 committed by GitHub
parent 084b50043f
commit 6d2b1cf993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 8 deletions

View File

@ -23,11 +23,10 @@ jobs:
with:
name: artifacts
path: ./out/artifacts
# Uncomment this to get results in the GitHub security dashboard.
# - name: Upload Sarif
# if: always() && steps.build.outcome == 'success'
# uses: github/codeql-action/upload-sarif@v2
# with:
# # Path to SARIF file relative to the root of the repository
# sarif_file: cifuzz-sarif/results.sarif
# checkout_path: cifuzz-sarif
- name: Upload Sarif
if: always() && steps.build.outcome == 'success'
uses: github/codeql-action/upload-sarif@v2
with:
# Path to SARIF file relative to the root of the repository
sarif_file: cifuzz-sarif/results.sarif
checkout_path: cifuzz-sarif