Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.4 KB

install-github.md

File metadata and controls

27 lines (15 loc) · 1.4 KB

Go back to the main documentation page

Installing Frogbot on GitHub repositories

Install Frogbot Using GitHub Actions
  • Make sure you have the connection details of your JFrog environment.

  • Go to your Frogbot Management Repository settings page and save the JFrog connection details as repository secrets with the following names - JF_URL, JF_USER, and JF_PASSWORD

NOTE: You can also use JF_XRAY_URL and JF_ARTIFACTORY_URL instead of JF_URL, and JF_ACCESS_TOKEN instead of JF_USER and JF_PASSWORD

  • Check the Allow GitHub Actions to create and approve pull requests check box.

  • Create a new GitHub environment called frogbot and add people or public teams as reviewers. The chosen reviewers can trigger Frogbot scans on pull requests.

  • Use our GitHub Actions templates to add Frogbot workflows to your project.

  • Push the workflow files to the .github/workflows directory in the root of your Frogbot Management Repository.