diff --git a/.qlty/qlty.toml b/.qlty/qlty.toml index 7c419def..4277b4ec 100644 --- a/.qlty/qlty.toml +++ b/.qlty/qlty.toml @@ -69,6 +69,7 @@ name = "ripgrep" # Fast searching for pattern matching in codebase [[plugin]] name = "trivy" # Scans for vulnerabilities in containers and dependencies +version = "0.69.3" # Pinned to specific version [[plugin]] name = "trufflehog" # Detects secrets and sensitive data in code