mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
![]() Due to https://nvd.nist.gov/vuln/detail/cve-2022-24765, git introduced a feature where without explicitly allowing it, it won't parse or consider hooks that are owned by another git user while erroring out with: fatal: detected dubious ownership in repository at [...] This won't be an issue in our setup due to how we guard the code via PRs so we configure git to avoid this check. Signed-off-by: Andrei Gherzan <andrei@gherzan.com> |
||
---|---|---|
.. | ||
Dockerfile | ||
entrypoint.sh | ||
README.md |
Docker image for DCO checks
This image provides the environment and the logic of running a DCO check against a repository.
Configuration
The entrypoint.sh
script assumes at runtime that the repository to be checked
is available under /work
. This path is to be populated via bind mounts when
running the container.