Skip to content

Commit

Permalink
ignore for now till upstream fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Jun 21, 2022
1 parent 38274bb commit 66e774d
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/mayhem-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@ jobs:
- name: Install DOMjudge
run: .github/workflowscripts/baseinstall.sh

- name: Dump the OpenAPI
run: .github/workflowscripts/getapi.sh
#- name: Dump the OpenAPI
# run: .github/workflowscripts/getapi.sh

- name: Mayhem for API
uses: ForAllSecure/mapi-action@193b709971cc377675e33284aecbf9229853e010
continue-on-error: true
with:
mapi-token: ${{ secrets.MAPI_TOKEN }}
api-url: http://localhost/domjudge
api-spec: http://localhost/domjudge/api/doc.json # swagger/openAPI doc hosted here
duration: 60
sarif-report: mapi.sarif
#- name: Mayhem for API
# uses: ForAllSecure/mapi-action@193b709971cc377675e33284aecbf9229853e010
# continue-on-error: true
# with:
# mapi-token: ${{ secrets.MAPI_TOKEN }}
# api-url: http://localhost/domjudge
# api-spec: http://localhost/domjudge/api/doc.json # swagger/openAPI doc hosted here
# duration: 60
# sarif-report: mapi.sarif

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: mapi.sarif
#- name: Upload SARIF file
# uses: github/codeql-action/upload-sarif@v2
# with:
# sarif_file: mapi.sarif

0 comments on commit 66e774d

Please sign in to comment.