kaiohenricunha/Shannon Reporter
Bridge Shannon penetration testing reports into GitHub workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| report-path | Path to the Shannon markdown report file | yes | — |
| mode | Operation mode: issues, comment, or gate | yes | gate |
| github-token | GitHub token with issues:write and pull-requests:write permissions | yes | — |
| owner | Repository owner (defaults to current repo owner) | no | ${{ github.repository_owner }} |
| repo | Repository name (defaults to current repo) | no | ${{ github.event.repository.name }} |
| pr-number | Pull request number (required for comment mode) | no | — |
| max-critical | Maximum allowed critical findings before gate fails | no | 0 |
| max-high | Maximum allowed high findings before gate fails | no | 3 |
Outputs
no outputs