2024/7 Breaking Change #116
Unanswered
julianlawson
asked this question in
Q&A
Replies: 1 comment
-
The For example in this configuration, it will only run the command ...
settings:
bash:
allow_any_command: false
expose:
- name: Prune Docker
type: button
command: docker system prune -af If I change ...
settings:
bash:
allow_any_command: true
expose:
- name: Prune Docker
type: button
command: docker system prune -af Hope this clears things up. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The documentation for 2024.7 says "Breaking change: Bash configuration new option allow_any_command for allowing running arbitrary commands" -- but I can't find anything in the documentation that explains what will be broken, or how allow_any_command should be used. (I am guessing this refers to a comment made about whitelisting commands vs allowing any bash command to run). Has anyone got an example of how this works?
Beta Was this translation helpful? Give feedback.
All reactions