accuknox/AccuKnox DAST
Run AccuKnox Dynamic Application Security Testing (DAST) scan on a web application
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 17, 2025
- License
- Apache 2.0
Pinned Snippet
uses: accuknox/dast-scan-action@66f377ec2bb8cafa9583b6e3e1920d8d6e1be86a # v1.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| accuknox_token | API token for AccuKnox CSPM Control Plane | yes | — |
| accuknox_label | Label for scan results in AccuKnox Console | yes | — |
| accuknox_endpoint | CSPM Control Plane Domain | yes | — |
| target_url | The URL of the web application to scan | yes | — |
| dast_scan_type | DAST scan type (baseline or full-scan) | no | baseline |
| severity_threshold | Minimum severity to fail the scan (LOW, MEDIUM, HIGH) | no | HIGH |
| soft_fail | Do not return an error code if vulnerabilities are found | no | true |
Outputs
no outputs