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
# The "params" section includes the configuration of a single Git repository that needs to be scanned.
2
-
# For Azure Repos, Bitbucket Server and GitHub with JFrog Pipelines or Jenkins, you can define multiple "params" sections one after the other, for scanning multiple
3
-
# Git repositories in the same organization.
4
-
- params:
5
-
# Git parameters
6
-
git:
7
-
# [Mandatory]
8
-
# Name of the git repository to scan
9
-
repoName: repo-name
1
+
**The JFrog Security documentation has a new home!**\
2
+
You can now find it [here](https://jfrog.com/help/p/security-home), including sections on:
10
3
11
-
# [Mandatory]
12
-
# List of branches to scan
13
-
branches:
14
-
- master
15
-
16
-
# [Optional]
17
-
# Template for the branch name generated by Frogbot when creating pull requests with fixes.
18
-
# The template must include ${BRANCH_NAME_HASH}, to ensure that the generated branch name is unique.
19
-
# The template can optionally include the ${IMPACTED_PACKAGE} and ${FIX_VERSION} variables.
# Frogbot displays all existing vulnerabilities, including the ones that were not added by the pull request
45
-
# includeAllVulnerabilities: true
46
-
47
-
# [Default: false]
48
-
# When adding new comments on pull requests, keep old comments that were added by previous scans.
49
-
# avoidPreviousPrCommentsDeletion: true
50
-
51
-
# [Default: true]
52
-
# Frogbot does not fail the task if security issues are found and this parameter is set to false
53
-
# failOnSecurityIssues: false
54
-
55
-
# [Default: false]
56
-
# Handle vulnerabilities with fix versions only
57
-
# fixableOnly: true
58
-
59
-
# [Optional]
60
-
# Set the minimum severity for vulnerabilities that should be fixed and commented on in pull requests
61
-
# The following values are accepted: Low, Medium, High or Critical
62
-
# minSeverity: ""
63
-
64
-
# [Optional]
65
-
# List of email addresses to receive emails about secrets that has been detected in a pull request scan.
66
-
# Applies only to servers that are entitled to JFrog Advanced Security.
67
-
# emailReceivers:
68
-
# - user@company.com
69
-
70
-
# List of subprojects / project dirs inside the Git repository
71
-
projects:
72
-
# [Mandatory if the two conditions below are met]
73
-
# 1. The project uses yarn 2, NuGet or .NET Core to download its dependencies
74
-
# 2. The `installCommand` variable isn't set in your frogbot-config.yml file.
75
-
#
76
-
# The command that installs the project dependencies (e.g "nuget restore")
77
-
# - installCommand: ""
78
-
79
-
# [Default: root directory]
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.
0 commit comments