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 d063f0b commit 0c00244Copy full SHA for 0c00244
actions/build_fuzzers/action.yml
@@ -22,6 +22,10 @@ inputs:
22
description: "Whether or not OSS-Fuzz's check for bad builds should be done."
23
required: false
24
default: true
25
+ keep-unaffected-fuzz-targets:
26
+ description: "Whether to keep unaffected fuzzers or delete them."
27
+ required: false
28
+ default: false
29
storage-repo:
30
description: |
31
The git repo to use for storing certain artifacts from fuzzing.
@@ -64,3 +68,4 @@ runs:
64
68
GIT_STORE_BRANCH_COVERAGE: ${{ inputs.storage-repo-branch-coverage }}
65
69
CFL_PLATFORM: 'github'
66
70
LOW_DISK_SPACE: 'True'
71
+ KEEP_UNAFFECTED_FUZZ_TARGETS: ${{ inputs.keep-unaffected-fuzz-targets }}
0 commit comments