google / oss-fuzz

OSS-Fuzz - continuous fuzzing for open source software.
https://google.github.io/oss-fuzz
Apache License 2.0
10.13k stars 2.15k forks source link

Allow timeout and OOMs options in GH Action (#12003) #12049

Closed ligurio closed 2 weeks ago

ligurio commented 3 weeks ago

With disabled option report-oom in GH Action Github reports a warning:

"Unexpected input(s) 'report_ooms', valid inputs are ['entryPoint', 'args', 'language', 'fuzz-seconds', 'dry-run', 'sanitizer', 'mode', 'github-token', 'storage-repo', 'storage-repo-branch', 'storage-repo-branch-coverage', 'report-unreproducible-crashes', 'minimize-crashes', 'parallel-fuzzing', 'output-sarif']".

The patch follows up commit a7c524dca08b ("Fix doc timeouts and ooms and allow these options in GH Action (#12003)").