Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

**Description**

This GitHub Action performs a Dynamic Application Security Testing (DAST) scan using OWASP ZAP and uploads the scan results to the AccuKnox CSPM panel. This action can be configured with specific inputs to integrate seamlessly into your DevSecOps pipeline.
This GitHub Action performs a Dynamic Application Security Testing (DAST) scan using [ZAP](https://www.zaproxy.org] and uploads the scan results to the AccuKnox CSPM panel. This action can be configured with specific inputs to integrate seamlessly into your DevSecOps pipeline.

## Inputs

Expand Down Expand Up @@ -88,7 +88,7 @@ Add the following secrets in your GitHub repository under **Settings > Secrets**

## How It Works

1. **OWASP ZAP DAST Scan**: The action initiates a DAST scan on the specified `target_url` using OWASP ZAP.
1. **ZAP DAST Scan**: The action initiates a DAST scan on the specified `target_url` using ZAP.
2. **AccuKnox Report Generation**: Generates a report in JSON format.
3. **Report Upload**: The report is uploaded to the AccuKnox CSPM panel for centralized monitoring and insights.
4. **Severity Check**: The action checks for vulnerabilities that meet or exceed the specified `severity_threshold`. If any are found, the workflow fails.
Expand Down