We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342e8cb commit 6525b0fCopy full SHA for 6525b0f
.qlty/qlty.toml
@@ -60,10 +60,6 @@ enabled = false # Would flag functions with multiple return paths
60
[[plugin]]
61
name = "actionlint" # Validates GitHub Actions workflows
62
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
-
67
68
name = "osv-scanner" # Scans for known vulnerabilities using OSV database
69
@@ -86,5 +82,8 @@ enabled = false
86
82
87
83
88
84
name = "prettier" # Ensures consistent code formatting
89
-version = "2.8.4"
85
+enabled = false
+
+[[plugin]]
+name = "checkov" # Performs security and compliance checks on IaC files
90
enabled = false
0 commit comments