igwejk/GHAS Alert Sync to AzDo Board
Sync GitHub Advanced Security alerts to Azure DevOps Board
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-owner | Owner of the source GitHub repository to read GHAS alerts from. | yes | ${{ github.event.organization || github.event.sender }} |
| github-repository | The source GitHub repository to read GHAS alerts from. | yes | ${{ github.event.repository }} |
| github-token | GitHub access token for reading GitHub Advanced Security alerts. | yes | ${{ github.token }} |
| azdo-organization | Azure DevOps organization that owns the board. | yes | — |
| azdo-board-id | Azure DevOps board id. | yes | — |
| azdo-token | Azure DevOps access token for writing GitHub Advanced Security alerts to Boards. | yes | — |
Outputs
no outputs