Merge pull request #3034 from dereckson/SC2016-oc

Whitelist oc to avoid SC2016 false positive
This commit is contained in:
Vidar Holen 2024-08-04 16:50:30 -07:00 committed by GitHub
commit cd6fdee99b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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