We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 450321c commit 0ef2c5bCopy full SHA for 0ef2c5b
.github/workflows/cflite_batch.yml
@@ -13,6 +13,8 @@ permissions: read-all
13
jobs:
14
BatchFuzzing:
15
runs-on: ubuntu-latest
16
+ permissions:
17
+ security-events: write
18
strategy:
19
fail-fast: false
20
matrix:
@@ -37,3 +39,9 @@ jobs:
37
39
storage-repo: https://${{ secrets.SWIFTWASM_BOT_GITHUB_TOKEN }}@github.com/swiftwasm/wasmkit-fuzz-corpora.git
38
40
storage-repo-branch: main
41
storage-repo-branch-coverage: gh-pages
42
+ - name: Upload Sarif
43
+ if: always() && steps.build.outcome == 'success'
44
+ uses: github/codeql-action/upload-sarif@v2
45
+ with:
46
+ sarif_file: cifuzz-sarif/results.sarif
47
+ checkout_path: cifuzz-sarif
0 commit comments