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 Sep 3, 2022
1 parent 90cb393 commit 596ec50
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/mayhem-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Install DOMjudge
run: .github/workflowscripts/baseinstall.sh ${{ matrix.version }}

- 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@v1
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
--basic-auth
admin:password
- 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 596ec50

Please sign in to comment.