diff --git a/jfrog-applications/frogbot/scan-repositories.md b/jfrog-applications/frogbot/scan-repositories.md index a2db32a..ed0c704 100644 --- a/jfrog-applications/frogbot/scan-repositories.md +++ b/jfrog-applications/frogbot/scan-repositories.md @@ -6,7 +6,7 @@ Frogbot scans your Git repositories periodically and automatically creates pull ![](../.gitbook/assets/fix-pr.png) -_**NOTE:**_: The pull request fix is presently unavailable for older NuGet projects that use the package.config file instead of the PackageReference syntax. +_**NOTE:**_ The pull request fix is presently unavailable for older NuGet projects that use the package.config file instead of the PackageReference syntax. #### Adding Security Alerts diff --git a/jfrog-applications/frogbot/templates/.frogbot/frogbot-config.yml b/jfrog-applications/frogbot/templates/.frogbot/frogbot-config.yml index 1b2922b..c5c2739 100644 --- a/jfrog-applications/frogbot/templates/.frogbot/frogbot-config.yml +++ b/jfrog-applications/frogbot/templates/.frogbot/frogbot-config.yml @@ -77,7 +77,7 @@ # - installCommand: "" # [Default: root directory] - # List of relative path's to the projects directories in the git repository + # 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. # workingDirs: # - "." diff --git a/jfrog-applications/frogbot/templates/github-actions/frogbot-scan-pull-request.yml b/jfrog-applications/frogbot/templates/github-actions/frogbot-scan-pull-request.yml index 05495eb..eae619c 100644 --- a/jfrog-applications/frogbot/templates/github-actions/frogbot-scan-pull-request.yml +++ b/jfrog-applications/frogbot/templates/github-actions/frogbot-scan-pull-request.yml @@ -80,7 +80,7 @@ jobs: # JF_INSTALL_DEPS_CMD: "" # [Optional, default: "."] - # Relative path to the root of the project in the Git repository + # 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. # JF_WORKING_DIR: path/to/project/dir # [Default: "*git*;*node_modules*;*target*;*venv*;*test*"] diff --git a/jfrog-applications/frogbot/templates/github-actions/frogbot-scan-repository.yml b/jfrog-applications/frogbot/templates/github-actions/frogbot-scan-repository.yml index 4ff9f58..7d89f4a 100644 --- a/jfrog-applications/frogbot/templates/github-actions/frogbot-scan-repository.yml +++ b/jfrog-applications/frogbot/templates/github-actions/frogbot-scan-repository.yml @@ -68,7 +68,7 @@ jobs: ########################################################################## # [Optional, default: "."] - # Relative path to the root of the project in the Git repository + # 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. # JF_WORKING_DIR: path/to/project/dir # [Default: "*git*;*node_modules*;*target*;*venv*;*test*"] diff --git a/jfrog-applications/jfrog-cli/cli-for-jfrog-security/scan-your-source-code.md b/jfrog-applications/jfrog-cli/cli-for-jfrog-security/scan-your-source-code.md index 6a76f1a..c5837d4 100644 --- a/jfrog-applications/jfrog-cli/cli-for-jfrog-security/scan-your-source-code.md +++ b/jfrog-applications/jfrog-cli/cli-for-jfrog-security/scan-your-source-code.md @@ -35,7 +35,7 @@ This command also supports the following Advanced Scans with the **Advanced Secu #### Commands Params | | | -| --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| --------------------- |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | **Command name** | audit | | **Abbreviation** | aud | | **Command options** | | @@ -50,7 +50,7 @@ This command also supports the following Advanced Scans with the **Advanced Secu | --dep-type |
[Default: all] [npm]
Defines npm dependencies type. Possible values are: all, devOnly and prodOnly
[Default: false] [Gradle]
Set to true if you'd like to exclude Gradle test dependencies from Xray scanning.
[Optional] [Pip]
Defines pip requirements file name. For example: 'requirements.txt'
[Optional]
A comma-separated list of relative working directories, to determine the audit targets locations.
[Optional]
A comma-separated list of relative working directories, to determine the audit targets locations.
[Default: *.git*;*node_modules*;*target*;*venv*;*test*]
List of exclusions separated by semicolons, utilized to skip sub-projects from undergoing an audit. These exclusions may incorporate the * and ? wildcards.
[Optional]
Set to true if you wish to display issues that have a fix version only.
[Optional]
Set the minimum severity of issues to display. The following values are accepted: Low, Medium, High or Critical