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
commit 83435c4f2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"