fanduzi/DeltaScope SQL Audit

Offline SQL audit for MySQL/TiDB migrations — runs deltascope CLI, annotates the step summary, and optionally comments on pull requests.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionDeltaScope release tag to download (e.g. v0.13.1). Defaults to latest.nolatest
filesGlob pattern (relative to repo root) of SQL files to audit, e.g. migrations/*.sql.nomigrations/*.sql
fail-onMinimum severity that causes a non-zero exit: blocker | warning | notice | nonenoblocker
configPath to a deltascope YAML policy config file. Leave blank to use built-in defaults.no""
tokenGitHub token used to post a PR comment with the audit summary. Set to empty string to disable PR comments.no${{ github.token }}
namedescription
has-issues"true" if any file has findings at or above fail-on threshold, otherwise "false".
resultJSON array of per-file audit results.