Skip to content

Commit 0c00244

Browse files
Expose interface to keep unaffected fuzz targets.
This allows users to skip CFL's logic to only run affected fuzz targets. Fixes: #85
1 parent d063f0b commit 0c00244

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

actions/build_fuzzers/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ inputs:
2222
description: "Whether or not OSS-Fuzz's check for bad builds should be done."
2323
required: false
2424
default: true
25+
keep-unaffected-fuzz-targets:
26+
description: "Whether to keep unaffected fuzzers or delete them."
27+
required: false
28+
default: false
2529
storage-repo:
2630
description: |
2731
The git repo to use for storing certain artifacts from fuzzing.
@@ -64,3 +68,4 @@ runs:
6468
GIT_STORE_BRANCH_COVERAGE: ${{ inputs.storage-repo-branch-coverage }}
6569
CFL_PLATFORM: 'github'
6670
LOW_DISK_SPACE: 'True'
71+
KEEP_UNAFFECTED_FUZZ_TARGETS: ${{ inputs.keep-unaffected-fuzz-targets }}

0 commit comments

Comments
 (0)