codescan-ai/CodeScanAI Action
A Github action that provides the CodeScanAI project to be used in Github workflows across multiple operating systems.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of CodeScanAI to install | no | latest |
| provider | AI provider to use | yes | — |
| model | AI model from the provider to use | no | — |
| directory | Directory to scan | no | . |
| changes_only | Scans only files with recent changes | no | false |
| repo | GitHub repository | no | — |
| pr_number | Pull request number | no | — |
| github_token | GitHub API token | no | — |
| host | Custom AI server host | no | — |
| port | Custom AI server port | no | — |
| token | Token for authenticating with the custom AI server | no | — |
| endpoint | API endpoint for the custom server | no | /api/v1/scan |
| output_file | Optional output file to store CodeScanAI results | no | — |
Outputs
no outputs