yokawasa/SQLCheck Action
Automatically identify anti-patterns in SQL queries using SQLCheck
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| post-comment | Post comment to PR | no | true |
| token | Github Token in order to add comment to PR | yes | "" |
| risk-level | Set of SQL anti-patterns to check: 1,2, or 3 | no | 3 |
| verbose | Add verbose warnings to SQLCheck analysis result | no | false |
| postfixes | List of file postfix to match. Supported separators are comma (deprecating) and retrun in multi-line string | no | sql |
| directories | Path(s) of directory under which the action check any files whether they are part of the repository or not. By default, the action checks only files in PR queries. By specifying directories the action no longer check files in PR queries but files under the directories (maxdepth 3). Supported separator is return in multi-line string | no | "" |
Outputs
| name | description |
|---|---|
| issue-found | A boolean value to indicate an issue was found in the files that sqlcheck action checked |