Add column to list of banned commands for the asdf codebase

This commit is contained in:
Trevor Brown 2020-07-06 09:47:35 -04:00
parent cfa66b9109
commit 4219f9f5b1

View File

@ -9,7 +9,9 @@ banned_commands=(
# It's best to avoid eval as it makes it easier to accidentally execute
# arbitrary strings
eval
# Command isn't included in the Ubuntu packages asdf depends on. Also not
# defined in POSIX
column
# does not work on alpine and should be grep -i either way
"grep -y"
)