1

Refresh generated neovim config

This commit is contained in:
2024-07-14 21:12:36 +02:00
parent f215ce2ab5
commit 00464e0e65
731 changed files with 6780 additions and 31110 deletions

View File

@ -87,11 +87,11 @@ describe("linter.trivy", function()
local expected = {
{
source = "trivy",
message = "A KMS key is not configured to auto-rotate. You should configure your KMS keys to auto rotate to maintain security and defend against compromise.",
message = "A KMS key is not configured to auto-rotate.: You should configure your KMS keys to auto rotate to maintain security and defend against compromise.",
lnum = 14,
end_lnum = 14,
col = 15,
end_col = 15,
col = 0,
end_col = 0,
severity = vim.diagnostic.severity.WARN,
code = "AVD-AWS-0065",
},