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: jfrog-applications/frogbot/scan-repositories.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Frogbot scans your Git repositories periodically and automatically creates pull
6
6
7
7

8
8
9
-
_**NOTE:**_: The pull request fix is presently unavailable for older NuGet projects that use the package.config file instead of the PackageReference syntax.
9
+
_**NOTE:**_ The pull request fix is presently unavailable for older NuGet projects that use the package.config file instead of the PackageReference syntax.
Copy file name to clipboardExpand all lines: jfrog-applications/frogbot/templates/.frogbot/frogbot-config.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@
77
77
# - installCommand: ""
78
78
79
79
# [Default: root directory]
80
-
# List of relative path's to the projects directories in the git repository
80
+
# List of relative path's to the projects directories in the git repository. If left empty (without providing "." yourself as the root directory's path), a recursive scan is triggered from the root directory of the project.
Copy file name to clipboardExpand all lines: jfrog-applications/frogbot/templates/github-actions/frogbot-scan-pull-request.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ jobs:
80
80
# JF_INSTALL_DEPS_CMD: ""
81
81
82
82
# [Optional, default: "."]
83
-
# Relative path to the root of the project in the Git repository
83
+
# Relative path to the root of the project in the Git repository. If left empty (without providing "." yourself as default), a recursive scan is triggered from the root directory of the project.
# Relative path to the root of the project in the Git repository
71
+
# Relative path to the root of the project in the Git repository. If left empty (without providing "." yourself as default), a recursive scan is triggered from the root directory of the project.
| --working-dirs | <p>[Optional]<br><br>A comma-separated list of relative working directories, to determine the audit targets locations.</p> |
53
+
| --working-dirs | <p>[Optional]<br><br>A comma-separated list of relative working directories, to determine the audit targets locations.</p> If flag isn't provided, a recursive scan is triggered from the root directory of the project.|
54
54
| --exclusions | <p>[Default: *.git*;*node_modules*;*target*;*venv*;*test*]<br><br>List of exclusions separated by semicolons, utilized to skip sub-projects from undergoing an audit. These exclusions may incorporate the * and ? wildcards.</p> |
55
55
| --fixable-only | <p>[Optional]<br><br>Set to true if you wish to display issues that have a fix version only.</p> |
56
56
| --min-severity | <p>[Optional]<br><br>Set the minimum severity of issues to display. The following values are accepted: Low, Medium, High or Critical</p> |
0 commit comments