From 30fff6339c3a2d164aa26ff65f0b9d890696d334 Mon Sep 17 00:00:00 2001 From: Aaron Steele Date: Sun, 22 May 2022 15:37:36 -0700 Subject: [PATCH] Undo tests dir change --- .github/workflows/mayhem.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mayhem.yaml b/.github/workflows/mayhem.yaml index 7938217..d3df9a8 100644 --- a/.github/workflows/mayhem.yaml +++ b/.github/workflows/mayhem.yaml @@ -53,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 }} --tests ${{ env.TESTSDIR }} + args: --image ${{ steps.meta.outputs.tags }} --project ${{ env.PROJECTNAME }} --file ${{ env.MAYHEMFILE }} sarif-output: sarif - name: Upload SARIF file(s)