Whitelist podman for SC2016 about '$var'

Same as 08d2eef411 but for podman.

Fixes https://github.com/koalaman/shellcheck/issues/2057

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin 2021-01-27 16:21:44 -08:00
parent dff8f9492a
commit 99e9d5c54b
1 changed files with 1 additions and 0 deletions

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"