File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,10 @@ inputs:
6060 description : " Whether to use all available cores for fuzzing."
6161 required : false
6262 default : false
63+ output-sarif :
64+ description : " Whether to output fuzzing results to SARIF."
65+ required : false
66+ default : false
6367runs :
6468 using : ' docker'
6569 image : ' docker://gcr.io/oss-fuzz-base/clusterfuzzlite-run-fuzzers:v1'
7579 GIT_STORE_BRANCH : ${{ inputs.storage-repo-branch }}
7680 GIT_STORE_BRANCH_COVERAGE : ${{ inputs.storage-repo-branch-coverage }}
7781 REPORT_UNREPRODUCIBLE_CRASHES : ${{ inputs.report-unreproducible-crashes }}
82+ OUTPUT_SARIF : ${{ inputs.output-sarif }}
7883 MINIMIZE_CRASHES : ${{ inputs.minimize-crashes }}
7984 CFL_PLATFORM : ' github'
8085 PARALLEL_FUZZING : ${{ inputs.parallel-fuzzing }}
You can’t perform that action at this time.
0 commit comments