andrew-morozko/Go list fuzz targets

Searches for the fuzz tests

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Sep 5, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: andrew-morozko/go-fuzz-list@70d941b92ae6c28eb27022a4dfc3316df401af8b # v1.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
func-regexpRegexp to match the fuzz funcno^Fuzz
package-pathPath to search for fuzz targetsno./...
tagsRun search for fuzz targets with these tagsno""
namedescription
targetsJSON list of fuzz targets, ie: [ { "package": "github.com/owner/repo/pkg/somepackage", "func": "FuzzFunc", "packageRelative": "pkg/somepackage" }, { "package": "github.com/owner/repo", "func": "FuzzFunc2", "packageRelative": "" } ]