diff --git a/infra/cifuzz/example_cifuzz.yml b/infra/cifuzz/example_cifuzz.yml index 67b56813f..2200f0be2 100644 --- a/infra/cifuzz/example_cifuzz.yml +++ b/infra/cifuzz/example_cifuzz.yml @@ -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