Comment
Hello,
I have just started migrating some of my github actions ci's towards woodepcker, and in one of the workflows where I'm using sonar-scanner I received the following error: touch: cannot touch '.scannerwork': Permission denied.
I'm also unable to run dind (Docker in Docker) with the following message: 'Insufficient trust level to use privileged mode'
Is it possible to grant permission for the ci to create config files or is it way too dangerous to open potentially new security holes at the moment ?
Cheers!