mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
6 lines
162 B
Lua
6 lines
162 B
Lua
return {
|
|
cmd = { "trivy", "server" },
|
|
filetypes = { "dockerfile", "yaml", "json" },
|
|
root_markers = { ".git", "Dockerfile", "docker-compose.yaml" },
|
|
}
|