Merge pull request #2134 from kolyshkin/podman-sc2016

Whitelist podman for SC2016 about '$var'
This commit is contained in:
Vidar Holen
2021-03-07 20:48:58 -08:00
committed by GitHub

View File

@@ -1015,6 +1015,7 @@ checkSingleQuotedVariables params t@(T_SingleQuoted id s) =
,"alias" ,"alias"
,"sudo" -- covering "sudo sh" and such ,"sudo" -- covering "sudo sh" and such
,"docker" -- like above ,"docker" -- like above
,"podman"
,"dpkg-query" ,"dpkg-query"
,"jq" -- could also check that user provides --arg ,"jq" -- could also check that user provides --arg
,"rename" ,"rename"