CloudBees action: Scan with StackHawk

1 minute read

Use this action to retrieve StackHawk dynamic application security testing (DAST) scan results for a web application and then publish them to the CloudBees platform.

All CloudBees action repositories are listed at CloudBees, Inc. on GitHub.

Inputs

Table 1. Input details
Input name Data type Required? Description

token

String

Yes

The StackHawk token.

app-id

String

Yes

The StackHawk application ID.

environment

String

Yes

The application environment name.

url

String

Yes

The application URL.

Usage example

In your YAML file, add:

- name: Scan with StackHawk uses: cloudbees-io/stackhawk-dast-scan-environment@v2 with: token: ${{ secrets.STACKHAWK_TOKEN }} app-id: "your-application-id" environment: "Development" url: "https://example.com"