Leonhardt Wille
Leonhardt Wille
I couldn't find anybody pointing out the missing support for container runtimes other than Docker, so here I go: As a user of Fedora Silverblue, I don't have out-of-the-box `docker`...
`ls` on busybox doesn't support `--ignore` and fails when called from `nexus_install.yml`. A platform-independent way would be to use the [`find` built-in module](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/find_module.html#ansible-collections-ansible-builtin-find-module). I'm in the process of preparing and...
`ls --ignore` will fail on busybox distributions like alpine Ansible already provides a platform-independent method for finding files, cf. https://docs.ansible.com/ansible/latest/collections/ansible/builtin/find_module.html#ansible-collections-ansible-builtin-find-module fixes #323
The `mvn verify` command doesn't work when running in GitHub Actions. On my local machine everything works, however on GitHub the following errors occur: ``` Results : Tests in error:...
WPB-9709 Fix GHA pipeline command injection vulnerabilities ## Description It was possible to run arbitrary commands in the context of the GitHub Actions workflow by using an unsanitized user input...
## Included changes * WPB-11283 (#735) * [build.json@a09d9ce86def35784fece9ade9fcbc62b87303c5](https://raw.githubusercontent.com/wireapp/wire-builds/a09d9ce86def35784fece9ade9fcbc62b87303c5/build.json)
TODO: rebase #737 after merging this
* this should help auto-deploying the branch to a specific Star instance
## Summary This PR implements URL matcher functionality to automatically route URLs to specific applications based on user-defined regex patterns, addressing #75. Also related to #5. ### Key Features -...