Commit Graph

7 Commits

Author SHA1 Message Date
jonathanmetzman 70e2a617ab
[cifuzz][sarif] Fix repo copying and src reporting (#10230) 2023-05-03 15:01:19 -04:00
jonathanmetzman d1d4d55a91
[cifuzz] Try to fix copy (#10228) 2023-05-03 12:00:49 -04:00
jonathanmetzman 9b85790267
[cifuzz] document sarif (#10202) 2023-05-01 17:56:08 -04:00
jonathanmetzman 431182e973
Optionally write results as SARIF. (#10182) 2023-04-27 17:00:13 -04:00
Oliver Chang a4bc23909b
Don't upload builds in run_fuzzers. (#6151)
The current way adds a lot of ordering assumptions, and doesn't fit too
well with parallel batch fuzzing either. Add a "upload-build" boolean action
input that can be added to "build_fuzzers" to upload latest builds
instead.

Builds are now uploaded by commit hash, rather than a fixed "latest" name.
ClusterFuzzLite's download_latest_build will check the last 3 commits and download the
first available build by git hash.
2021-08-17 06:36:06 +00:00
jonathanmetzman 94cfc4fe2f
[cifuzz] Add pruning task (#6188)
Fixes: #6064
2021-08-10 11:10:10 -07:00
jonathanmetzman 432105a31a
[cifuzz][NFC] Move Workspace to workspace_utils. (#6158)
In hindsight, it doesn't have a lot to do with the rest of
config_utils. And config_utils is getting crowded.
2021-08-03 17:58:20 -07:00