Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add .dockerignore to target workflow override
There is an extra layer of protection that code provided by PR should not be executed in the context of pull_request_target by running the code only inside docker container. However the container is build from local sources, so it could contain other code. We do not allow that by .dockerignore, but the .dockerignore should not be overrideable from the incoming PR.
- Loading branch information