Beagle Security icon

Beagle Security

Interact with Beagle Security API for vulnerability scanning and project management

Overview

This node interacts with the Beagle Security API to manage and retrieve security test results for applications. Specifically, the 'Get Result' operation under the 'Test' resource fetches the results of a previously started security test using provided application and result tokens. This is useful for users who want to programmatically access detailed security test outcomes for further analysis or reporting.

Use Case Examples

  1. A security analyst automates the retrieval of vulnerability scan results for a web application after a scheduled test run.
  2. A DevOps engineer integrates test result fetching into a CI/CD pipeline to ensure security tests pass before deployment.

Properties

Name Meaning
Application Token Token identifying the application on which the test was run, required to fetch the test result.
Result Token Token identifying the specific test result to retrieve, obtained from the started test.

Output

JSON

  • json - The JSON response from the Beagle Security API containing the test result details.

Dependencies

  • Requires an API token credential for Beagle Security API authentication.

Troubleshooting

  • Ensure that both Application Token and Result Token are provided and valid; missing or incorrect tokens will cause errors.
  • API errors may occur if the Beagle Security service is unreachable or if the API token is invalid or expired.
  • If the test result is not yet available, the API may return an empty or incomplete response; verify test completion before fetching results.

Links

Discussion