yokawasa/SQLCheck Action

Automatically identify anti-patterns in SQL queries using SQLCheck

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
post-commentPost comment to PRnotrue
tokenGithub Token in order to add comment to PRyes""
risk-levelSet of SQL anti-patterns to check: 1,2, or 3no3
verboseAdd verbose warnings to SQLCheck analysis resultnofalse
postfixesList of file postfix to match. Supported separators are comma (deprecating) and retrun in multi-line stringnosql
directoriesPath(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 stringno""
namedescription
issue-foundA boolean value to indicate an issue was found in the files that sqlcheck action checked