Skip to content

Commit 2c0b3a7

Browse files
Update action.yml
1 parent 6ead115 commit 2c0b3a7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

actions/run_fuzzers/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
6367
runs:
6468
using: 'docker'
6569
image: 'docker://gcr.io/oss-fuzz-base/clusterfuzzlite-run-fuzzers:v1'
@@ -75,6 +79,7 @@ runs:
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 }}

0 commit comments

Comments
 (0)