Skip to content

Commit

Permalink
Test to see if custom tests directory works
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjsteele authored and ForAllSecure Mayhem Bot committed Oct 9, 2024
1 parent 16d3b32 commit d49f624
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mayhem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:
IMAGE_NAME: ${{ github.repository }}
MAYHEMFILE: Mayhemfile
PROJECTNAME: kdl-rs
TESTSDIR: fuzz/in

jobs:
build:
Expand Down Expand Up @@ -52,7 +53,7 @@ jobs:
uses: ForAllSecure/mcode-action@v1
with:
mayhem-token: ${{ secrets.MAYHEM_TOKEN }}
args: --image ${{ steps.meta.outputs.tags }} --project ${{ env.PROJECTNAME }} --file ${{ env.MAYHEMFILE }}
args: --image ${{ steps.meta.outputs.tags }} --project ${{ env.PROJECTNAME }} --file ${{ env.MAYHEMFILE }} --tests ${{ env.TESTSDIR }}
sarif-output: sarif

- name: Upload SARIF file(s)
Expand Down

0 comments on commit d49f624

Please sign in to comment.