Automated dependencies scanning using JFrog Xray.
TODO
TODO
TODO
TODO
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.
To run the tests, execute the following command from within the root directory of the project:
go test -v ./...
We welcome community contribution through pull requests.
The release notes are available here.