File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -23,20 +23,20 @@ jobs:
23
23
- name : Install DOMjudge
24
24
run : .github/workflowscripts/baseinstall.sh
25
25
26
- - name : Dump the OpenAPI
27
- run : .github/workflowscripts/getapi.sh
26
+ # - name: Dump the OpenAPI
27
+ # run: .github/workflowscripts/getapi.sh
28
28
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
38
38
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
You can’t perform that action at this time.
0 commit comments