Skip to content

Commit

Permalink
Merge pull request #2062 from Krishanx92/newmain
Browse files Browse the repository at this point in the history
Update dir path n frogbot
  • Loading branch information
Krishanx92 authored Mar 1, 2024
2 parents b6dfc2f + aea0d41 commit 0da6b51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .frogbot/frogbot-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -68,7 +68,7 @@
# - user@company.com

# 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.
Expand All @@ -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.
Expand Down

0 comments on commit 0da6b51

Please sign in to comment.