andrew-morozko/Go list fuzz targets
Searches for the fuzz tests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 5, 2024
- License
- MIT
Pinned Snippet
uses: andrew-morozko/go-fuzz-list@70d941b92ae6c28eb27022a4dfc3316df401af8b # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| func-regexp | Regexp to match the fuzz func | no | ^Fuzz |
| package-path | Path to search for fuzz targets | no | ./... |
| tags | Run search for fuzz targets with these tags | no | "" |
Outputs
| name | description |
|---|---|
| targets | JSON 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": "" } ] |