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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,19 @@ This action posts the code and a SAST report to the Mobb vulnerability analysis
16
16
17
17
**Required** The GitHub api token to use with the action. Usually available as `${{ secrets.GITHUB_TOKEN }}`.
18
18
19
+
## `mobb-project-name`
20
+
21
+
**Optional** The Mobb Project Name where the fix analysis will be stored. If this is not specified, it will the analysis will default into the "My first project".
22
+
23
+
## `auto-pr`
24
+
25
+
**Optional**`true` or `false`. Enables Automatic Pull Request for fresh fixes.
26
+
27
+
## `commit-directly`
28
+
29
+
**Optional**`true` or `false`. This requires `auto-pr` to be set to `true`. Once set, Fixes will be committed directly to the source branch.
0 commit comments