Skip to content

Commit 66e774d

Browse files
committed
ignore for now till upstream fixed
1 parent 38274bb commit 66e774d

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/mayhem-api.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ jobs:
2323
- name: Install DOMjudge
2424
run: .github/workflowscripts/baseinstall.sh
2525

26-
- name: Dump the OpenAPI
27-
run: .github/workflowscripts/getapi.sh
26+
#- name: Dump the OpenAPI
27+
# run: .github/workflowscripts/getapi.sh
2828

29-
- name: Mayhem for API
30-
uses: ForAllSecure/mapi-action@193b709971cc377675e33284aecbf9229853e010
31-
continue-on-error: true
32-
with:
33-
mapi-token: ${{ secrets.MAPI_TOKEN }}
34-
api-url: http://localhost/domjudge
35-
api-spec: http://localhost/domjudge/api/doc.json # swagger/openAPI doc hosted here
36-
duration: 60
37-
sarif-report: mapi.sarif
29+
#- name: Mayhem for API
30+
# uses: ForAllSecure/mapi-action@193b709971cc377675e33284aecbf9229853e010
31+
# continue-on-error: true
32+
# with:
33+
# mapi-token: ${{ secrets.MAPI_TOKEN }}
34+
# api-url: http://localhost/domjudge
35+
# api-spec: http://localhost/domjudge/api/doc.json # swagger/openAPI doc hosted here
36+
# duration: 60
37+
# sarif-report: mapi.sarif
3838

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

0 commit comments

Comments
 (0)