Skip to content

Commit 3f17173

Browse files
Add sql-sop (rule-based SQL linter)
1 parent 66668c6 commit 3f17173

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

data/tools/sql-sop.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: sql-sop
2+
categories:
3+
- linter
4+
tags:
5+
- sql
6+
license: MIT License
7+
types:
8+
- cli
9+
source: 'https://github.com/Pawansingh3889/sql-guard'
10+
homepage: 'https://pypi.org/project/sql-sop/'
11+
description: Rule-based SQL linter with a libCST injection scanner, SARIF output, a pre-commit hook and a GitHub Action.
12+
resources:
13+
- title: Browser playground (runs locally via Pyodide)
14+
url: https://pawansingh3889.github.io/sql-guard/

0 commit comments

Comments
 (0)