To trigger Beagle penetration testing from Azure DevOps
- Obtain Application Token and Access Token from Beagle Dashboard
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!
Settings -> Access token -> Generate your new personal access token
Home -> Applications -> Select your application -> Settings -> Application token
- Goto Azure DevOps
- Browse Marketplace and search for
Beagle-Security-Task
and install it. - Open your Project.
- You can configure Beagle test in your release pipeline or build pipeline.
- For Release Pipeline.
- Navigate to
Pipelines
->Releases
. - Create (or edit existing pipline) a pipleline and
Add a task
. - Search for
Beagle Security Test
and clickAdd
.
- For Build Pipeline.
- Navigate to
Pipelines
->Builds
. - Create (or edit an existing pipeline) a pipeline and
Add a task
. - Search in Tasks for
Beagle Security Test
.
- Provide the Application Key and Access Key which is generated from your Beagle dashboard.
- Now while your build or release pipeline is triggered your beagle security test will run.
- Beagle Security
This project is licensed under the MIT License - see the LICENSE.md file for details.