mistericy/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: mistericy/zap-automation-framework@0ba4bb3731075e4cd3ede34ff29593f50d915f28 # 0.1.0tags 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