Skip to content
/ frogbot Public

🐸 Scans your Git repository with JFrog Xray for security vulnerabilities. πŸ€–

License

Notifications You must be signed in to change notification settings

jfrog/frogbot

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

FrogBot

Automated dependencies scanning using JFrog Xray.

Project Status

Build status GitHub Action Test

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.