You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,7 @@ The action accepts the follow inputs:
92
92
| | `html-report` | string | Path to the generated SARIF report |
93
93
| | `sarif-report` | string | Path to the generated HTML report |
94
94
| | `run-args` | string | Additional arguments to provide to the `mapi run` command. Argument values should be separated on new lines. <br><br>e.g.<br> <pre> run-args: \|<br> # Basic Auth<br> --basic-auth<br> login:password</pre><br>⚠️ Avoid wrapping values in quotes, as these will be escaped and included in the value passed to `mapi`.<br><br>⛔️ `"login:password"` <br>✅ `login:password` |
95
+
| | `mayhem-url` | string | Path to your Mayhem API instance. If you're using something other than the default of https://app.mayhem.security |
95
96
96
97
### Continuing on error
97
98
@@ -117,7 +118,7 @@ jobs:
117
118
run: ./run_your_api.sh &
118
119
119
120
- name: Run Mayhem for API to check for vulnerabilities
0 commit comments