forallsecure/Mayhem for Code

Automatically test your binary targets with Mayhem

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
mayhem-tokenPersonal API token for authenticating to Mayhem (only required when using a custom mayhem-url)no
mayhem-urlURL pointing to your Mayhem instanceno
ownerSets the owner of the project (workspace or account name).no${{ github.repository_owner }}
projectSets the name of the project. Defaults to the name of your repository if not defined.no
github-tokenGitHub token for posting feedbackno${{ github.token }}
sarif-outputSARIF 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' actionno
junit-outputJUnit output path (must be a directory, doesn't have to exist yet). You can upload the artifact to GitHub using the 'actions/upload-artifact' actionno
coverage-outputCoverage 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' actionno
fail-on-defectsShould we fail the workflow upon detecting a defect?nofalse
verbosityVerbosity level for starting runsno
packagePath to the Mayhem package relative to the repository rootno.
durationDuration of the run in seconds. Takes precedence over any '--duration' passed via 'args'. Defaults to 60 seconds if neither is set.no
argsCommand line arguments to override CLI behaviorno
namedescription
runIdThe identifier of the run that this action triggered in Mayhem