-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Add OSS-Fuzz on Demand build steps to upload testcases #13296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
/gcbrun oss_fuzz_on_demand.py libucl --fuzzing-engine mopt --fuzz-target ucl_add_string_fuzzer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good.
/gcbrun oss_fuzz_on_demand.py libucl --fuzzing-engine mopt --fuzz-target ucl_add_string_fuzzer |
/gcbrun oss_fuzz_on_demand.py libucl --fuzzing-engine mopt --fuzz-target ucl_add_string_fuzzer |
Add build steps to generate an access token and use it to upload a testcase if OSS-Fuzz on Demand found crashes.
ood_upload_testcase.py
script to which upload a testcase on ClusterFuzz External upload testcase endpoint.gcloud auth print-access-token
.ood_upload_testcase.py
in Google Cloud Build.Related to b/401215144 .