jidicula/Go fuzz test
A GitHub Action for running go test -fuzz.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| packages | Run fuzz test on these packages. Corresponds to the `[packages]` input for the `go test` command. | no | . |
| fuzz-regexp | Run the fuzz test matching the regular expression. Corresponds to the `-fuzz` flag for the `go test` command. | no | Fuzz |
| fuzz-time | Fuzz target iteration duration, specified as a `time.Duration` (for example `1h30s`). Corresponds to `-fuzztime` flag for the `go test` command. Ensure this is less than your job timeout. | yes | — |
| fuzz-minimize-time | Fuzz minimization duration, specified as a `time.Duration` (for example `1h30s`). Corresponds to `-fuzzminimizetime` flag for the `go test` command. If you provide this input, ensure it is less than your job timeout. | no | 10s |
| go-version | Which version of Go to use for fuzzing | no | 1.21 |
Outputs
no outputs