Skip to content

Commit 6525b0f

Browse files
committed
Cleanup
1 parent 342e8cb commit 6525b0f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.qlty/qlty.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ enabled = false # Would flag functions with multiple return paths
6060
[[plugin]]
6161
name = "actionlint" # Validates GitHub Actions workflows
6262

63-
[[plugin]]
64-
name = "checkov" # Performs security and compliance checks on IaC files
65-
version = "3.2.49" # Specific version of Checkov to use
66-
6763
[[plugin]]
6864
name = "osv-scanner" # Scans for known vulnerabilities using OSV database
6965

@@ -86,5 +82,8 @@ enabled = false
8682

8783
[[plugin]]
8884
name = "prettier" # Ensures consistent code formatting
89-
version = "2.8.4"
85+
enabled = false
86+
87+
[[plugin]]
88+
name = "checkov" # Performs security and compliance checks on IaC files
9089
enabled = false

0 commit comments

Comments
 (0)