FrogBot
Automated dependencies scanning using JFrog Xray.
Project Status

Usage
Using Frogbot with GitHub Actions
TODO
Using Frogbot with GitLab CI
TODO
Using Frogbot with Jenkins
TODO
Download Frogbot through Artifactory
TODO
Building and Testing the Sources
Build Frogbot
Make sure Go is installed by running:
go version
Clone the sources and CD to the root directory of the project:
git clone https://github.com/jfrog/frogbot.git
cd frogbot
Build the sources as follows:
On Unix based systems run:
./buildscripts/build.sh
On Windows run:
.\buildscripts\build.bat
Once completed, you'll find the bi executable at the current directory.
Tests
To run the tests, execute the following command from within the root directory of the project:
go test -v ./...
Code Contributions
We welcome community contribution through pull requests.
Release Notes
The release notes are available here.