mjkoo / giftwrap-action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Giftwrap Action

This action builds and runs a cargo fuzz harness in Mayhem.

Inputs

cargo-fuzz-target

Required The name of the fuzz target to run. See https://rust-fuzz.github.io/book/cargo-fuzz.html for more information

Example usage

uses: mjkoo/giftwrap-action
with:
  cargo-fuzz-target: fuzz\_target
env:
  MAYHEM_URL: ${{ secrets.MAYHEM_URL }}
  MAYHEM_TOKEN: ${{ secrets.MAYHEM_TOKEN }}

About


Languages

Language:Dockerfile 59.2%Language:Shell 40.8%