Is everybody aware that GitLab CI+docker-executor produces world-writable files?
This is a question for feedback, to find if the problem has a widespread impact.
Situation:
When using GitLab CI with the docker-executor, the ‘git clone’ of the repository in use is done with umask 0000,
This effectively makes all cloned … Continue reading Is everybody aware that GitLab CI+docker-executor produces world-writable files?