theztefan/GHAS Alert Mapper
Map GHAS alerts between GitHub repositories.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| original_repository | Full name of the original repository - organization/repository | yes | — |
| original_endpoint | Endpoint for the original repository - https://api.github.com | no | https://api.github.com |
| original_token | GitHub Access Token for the original repository | yes | — |
| target_repository | Full name of the target repository - organization/repository | yes | — |
| target_endpoint | Endpoint for the target repository - https://api.github.com | no | https://api.github.com |
| target_token | GitHub Access Token for the target repository | yes | — |
| dry_run | Dry run the action without making any changes | yes | true |
| alert_types | Comma separated list of alert types to process (all, secret-scanning, code-scanning, dependabot). | no | all |
| matching-level | Matching level for the action (exact, loose). | no | exact |
Outputs
| name | description |
|---|---|
| report_file | The file containing the report of the action |
| has_errors | Whether errors occurred during execution (true/false) |
| error_messages | Comma-separated list of error messages that occurred |
| error_count | Number of errors that occurred |