Actions21
- Application Actions
- Project Actions
- Test Actions
- Domain Verification Actions
Overview
This node interacts with the Beagle Security API to manage and run security vulnerability tests on applications and projects. Specifically, the 'Test' resource with the 'Start' operation allows users to initiate a security test on an application by providing the application's unique token. This is useful for automated security scanning workflows where tests need to be triggered programmatically.
Use Case Examples
- Start a security test on a web application by providing its application token to initiate vulnerability scanning.
- Integrate with CI/CD pipelines to automatically start security tests on new application builds.
Properties
| Name | Meaning |
|---|---|
| Application Token | The unique token of the application on which the security test will be started. This is required to identify the application for the test. |
Output
JSON
json- The JSON response from the Beagle Security API containing details about the started test, such as test identifiers and status.
Dependencies
- Requires an API token credential for Beagle Security API authentication.
Troubleshooting
- Error if 'Application Token' is missing or empty when starting a test. Ensure the token is provided and valid.
- API request failures due to invalid credentials or network issues. Verify API token and network connectivity.
- Errors from the Beagle Security API are returned in the node output if 'Continue On Fail' is enabled, allowing troubleshooting of specific API errors.
Links
- Beagle Security API Documentation - Official API documentation for understanding available endpoints and parameters.