Name Date Size #Lines LOC

..--

DockerfileH A D25-Feb-2022331 1410

README.mdH A D25-Feb-2022433 177

entrypoint.shH A D17-Nov-2022766 3012

README.md

1<!--
2SPDX-FileCopyrightText: Andrei Gherzan <andrei.gherzan@huawei.com>
3
4SPDX-License-Identifier: MIT
5-->
6
7# Docker image for DCO checks
8
9This image provides the environment and the logic of running a DCO check
10against a repository.
11
12## Configuration
13
14The `entrypoint.sh` script assumes at runtime that the repository to be checked
15is available under `/work`. This path is to be populated via bind mounts when
16running the container.
17