actions-marketplace-validations/CI Fuzz
Fuzz with CI Fuzz
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ci_fuzz_api_token | Token generated in the web app, used for authenticating with the fuzzing server | no | — |
| cognito_user | Cognito credentials to authenticate with Code-Intelligence's fuzzing server | no | — |
| cognito_password | Cognito credentials to authenticate with Code-Intelligence's fuzzing server | no | — |
| project | Name of the project | yes | — |
| test_collection_run | Display Name of the Test Collection Run | yes | — |
| timeout | Timeout (in seconds) to monitor the fuzzing. If no crash was found when it times out, the action is considered successful. | no | 300 |
| findings_type | Comma separated types of findings to monitor. Accepted values: UNKNOWN_ERROR, COMPILATION_ERROR, CRASH, WARNING, RUNTIME_ERROR. | no | CRASH |
| fuzzing_server_address | URL of Code-Intelligence's gRPC server for fuzzing | no | grpc-api.code-intelligence.com:443 |
| dashboard_address | URL of Code-Intelligence's fuzzing dashboard | no | https://app.code-intelligence.com |
| github_token | GitHub token used by the GitHub API to create a comment in a pull request with a link to the finding | no | — |
| pull_request_number | Number of the pull request where the comment with the finding link will be created | no | — |
| owner | Owner of the repository that contains the pull request | no | — |
| repository | Repository that contains the pull request | no | — |
| git_reference | Git reference used when pulling code from the repository to be fuzzed | no | — |
Outputs
no outputs