billyjbryant/GitAssure Repository Analyzer
Analyze GitHub repositories for sustainability and security risks
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | The GitHub repository to analyze (format: owner/repo or full URL) | no | ${{ github.repository }} |
| token | GitHub token for API authentication | no | ${{ github.token }} |
| output-file | File path to save analysis results | no | "" |
| comment-on-pr | Whether to comment on PR with analysis results | no | false |
| comment-mode | How to handle PR comments: 'create-new' or 'update-existing' | no | update-existing |
Outputs
| name | description |
|---|---|
| risk-score | The numeric risk score (0-10) |
| risk-rating | Risk rating (Low, Medium, High) |
| summary | Markdown summary of the analysis |