mirror of https://github.com/google/oss-fuzz.git
Make sarif default in CIFuzz example (#10655)
This commit is contained in:
parent
084b50043f
commit
6d2b1cf993
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue