You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The katana command module doesn't seem to handle shell expansions very well. In the case of trying to use it to install kubectl with the following command:
The katana command module doesn't seem to handle shell expansions very well. In the case of trying to use it to install kubectl with the following command:
It fails to fetch the file and instead resolved the subshell command as part of the URL.
Example yaml:
It might make sense to add the ability to pass
shell=True
to thesubprocess.run()
call in found here -samuraiwtf/katana/plugins/Command.py
Line 19 in fbab917
The text was updated successfully, but these errors were encountered: