actions-marketplace-validations/ZAP Automation Framework
Scan a web application with ZAP Automation Framework
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 4, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/mistericy_zap-automation-framework@e44d261d34e039836fefa99468a829a064cdc832 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| config-dir | The directory which contains the automation framework configuration and relevant scripts | yes | — |
| autorun-file | The actual configuration of the automation framework | yes | — |
| docker-image | The docker image to be used | no | owasp/zap2docker-stable |
| create-issue | Creates a Github issue when the Automation Framework detects issues with the webapp | no | false |
| summary-file | The name of the summary file, relative to the artifacts-dir directory | no | summary.json |
| json-file | The name of the traditional-json report file, relative to the artifacts-dir directory | no | report.json |
| issue-title | The title of the issue to be created | no | ZAP Scan Result Findings |
| token | GitHub Token to create issues in the repository | no | ${{ github.token }} |
| create-annotations | Creates annotations | no | false |
Outputs
no outputs