Skip to content

Commit 8491290

Browse files
authored
Update setup-frogbot-using-jfrog-pipelines.md
1 parent fb1608d commit 8491290

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed
Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
# Setup Frogbot Using JFrog Pipelines
22

3-
**Important Notice**: For Scanning Pull Requests, it is advisable to refrain from setting up Frogbot using JFrog Pipelines for open source projects. For further details, please refer to the [👮 Security Note for Pull Requests Scanning](../jfrog-applications/frogbot/scan-execution/scan-pull-requests/#security-note-for-pull-requests-scanning).
3+
**The JFrog Security documentation has a new home!**\
4+
You can now find it [here](https://jfrog.com/help/p/security-home), including sections on:
45

5-
* Make sure you have the connection details of your JFrog Platform.
6-
* Inside JFrog Pipelines, save the JFrog connection details as a [JFrog Platform Access Token Integration](https://www.jfrog.com/confluence/display/JFROG/JFrog+Platform+Access+Token+Integration) named **jfrogPlatform**.
7-
* Inside JFrog Pipelines, save your Git access token in a [Git Server Integration](https://jfrog.com/help/r/jfrog-pipelines-documentation/pipelines-integrations) named **gitIntegration**.
8-
* Create a **pipelines.yml** file using one of the [available templates](https://github.com/jfrog/frogbot/tree/master/docs/templates/jfrog-pipelines) and push the file into one of your Git repositories, under a directory named `.jfrog-pipelines`.
9-
* In the **pipelines.yml**, make sure to set values for all the mandatory variables.
10-
* In the **pipelines.yml**, if you're using a Windows agent, modify the code inside the onExecute sections as described in the template comments.
11-
* Ensure that the JFrog Pipelines agent has the necessary package managers installed. For example, if the project utilizes npm, it is crucial to have the npm client installed on the agent.
6+
* [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli)
7+
* [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot)
8+
* [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides)

0 commit comments

Comments
 (0)