Beagle Security Plugin for CODESHIP
This plugin can be used to trigger beagle penetration testing from Codeship
Prerequisites
- Obtain Application Token and User Token from Beagle Dashboard
- Add the Environment variables "USER_TOKEN" and "APPLICATION_TOKEN" to Codeship.
Generate your User Token From Beagle User Settings:
Settings -> Access token -> Generate your new personal access token
Home -> Applications -> Select your application -> Settings -> Application token
What is Beagle?
Beagle is an intelligent and holistic platform to make your applications hack-proof. The platform provides continuous and automated Penetration Testing (under human supervision) for organizations, so that they can always stay on top of the cyber threats.
In short, Beagle finds out how deep your system can be penetrated. Know it before the hackers do!
- Beagle Security - Visit for more Details!
Deployment
Following steps will help you to configure beagle penetration testing in your project
Creating Environment Variables
In-order to trigger beagle penetration testing you need to create two environment variables.
- Login to CODESHIP
- Select your project
- Go to project settings
- Navigate to Environment
- Add tokens, make sure you use environment variable names as follows:
Setup Deployment Script
In-order to trigger beagle penetration testing you need to setup deploy script.
-
Navigate to Deploy
-
After selecting branch scroll down to Add Deployment and select Script
-
Add the following snippet to Deployment Commands
curl --silent -L https://git.io/fjXpj | bash -s
- click on Create Deployment
-
Build the project!
Authors
- Beagle Security
License
This project is licensed under the MIT License - see the LICENSE.md file for details