Docker – How can I run an existing GitHub Action as a non-root user?
In our project, we're using the super-linter to lint our code. The problem is that it's based on a docker container that runs as root. Files written to the mounted volumes are written as root, and based on that we…