Learn about our new features recently updated daily.
Travis CI is a hosted continuous integration service used to build and test software projects hosted at GitHub. Integrate Travis and beagle to automate Test triggering
Steps
Installation of Beagle Security Plugin in Travis
STEP 1
Add generic to the language section of your .travis.yml file
language: generic
STEP 2
Add the snippet to script section of your .travis.yml file
script: curl --silent -L https://git.io/fjXpA | bash -s
In-order to trigger beagle penetration testing you need to create two encrypted variables in Travis environment
STEP 3
  1. Login to Travis Dashboard
  2. Select your repo
  3. Go to repo settings
  4. Navigate to Environment Variables
  5. Add tokens, make sure you use environment variable names as follows:
    • For access token -> ACCESS_TOKEN
    • For application token -> APPLICATION_TOKEN
  6. Also make sure that "Display value in build log" is off
  7. Build the project!
Walkthrough

Next

You have successfully triggered a test using Travis. Now you can try with other tools as well.