-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2062 from Krishanx92/newmain
Update dir path n frogbot
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
# emailAuthor: "" | ||
|
||
# Frogbot scanning parameters | ||
#scan: | ||
scan: | ||
# [Default: false] | ||
# Frogbot displays all existing vulnerabilities, including the ones that were not added by the pull request | ||
# includeAllVulnerabilities: true | ||
|
@@ -68,7 +68,7 @@ | |
# - [email protected] | ||
|
||
# List of subprojects / project dirs inside the Git repository | ||
#projects: | ||
projects: | ||
# [Mandatory if the two conditions below are met] | ||
# 1. The project uses yarn 2, NuGet or .NET Core to download its dependencies | ||
# 2. The `installCommand` variable isn't set in your frogbot-config.yml file. | ||
|
@@ -78,8 +78,8 @@ | |
|
||
# [Default: root directory] | ||
# 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: | ||
# - "." | ||
- workingDirs: | ||
- adapter | ||
|
||
# [Default: ["*.git*", "*node_modules*", "*target*", "*venv*", "*test*"]] | ||
# List of exclusion patterns (utilizing wildcards) for excluding paths in the source code of the Git repository during SCA scans. | ||
|