forallsecure/Mayhem for Code
Automatically test your binary targets with Mayhem
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mayhem-token | Personal API token for authenticating to Mayhem (only required when using a custom mayhem-url) | no | — |
| mayhem-url | URL pointing to your Mayhem instance | no | — |
| owner | Sets the owner of the project (workspace or account name). | no | ${{ github.repository_owner }} |
| project | Sets the name of the project. Defaults to the name of your repository if not defined. | no | — |
| github-token | GitHub token for posting feedback | no | ${{ github.token }} |
| sarif-output | SARIF output path (must be a directory, doesn't have to exist yet). You can upload to to GitHub using the 'github/codeql-action/upload-sarif@v3' action | no | — |
| junit-output | JUnit output path (must be a directory, doesn't have to exist yet). You can upload the artifact to GitHub using the 'actions/upload-artifact' action | no | — |
| coverage-output | Coverage report output path (must be a directory, doesn't have to exist yet). You can upload the artifacts to GitHub using the 'actions/upload-artifact' action | no | — |
| fail-on-defects | Should we fail the workflow upon detecting a defect? | no | false |
| verbosity | Verbosity level for starting runs | no | — |
| package | Path to the Mayhem package relative to the repository root | no | . |
| duration | Duration of the run in seconds. Takes precedence over any '--duration' passed via 'args'. Defaults to 60 seconds if neither is set. | no | — |
| args | Command line arguments to override CLI behavior | no | — |
Outputs
| name | description |
|---|---|
| runId | The identifier of the run that this action triggered in Mayhem |