meta-raspberrypi/.github/workflows/docker-images/dco-check
Andrei Gherzan de9bfd04d5 ci: Fix dco-check job with newer git versions
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>
2022-11-08 08:21:47 +00:00
..
Dockerfile ci: Introduce workflow for compliance 2022-02-19 09:27:59 +00:00
entrypoint.sh ci: Fix dco-check job with newer git versions 2022-11-08 08:21:47 +00:00
README.md ci: Introduce workflow for compliance 2022-02-19 09:27:59 +00:00

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.