]> git.ipfire.org Git - thirdparty/qemu.git/commit
run-coverity-scan: use docker.py
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 22 Apr 2020 14:38:57 +0000 (10:38 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 10 Jun 2020 16:09:32 +0000 (12:09 -0400)
commit726590594071a458643a00160aa659dd5f663b72
treed413cf804ef51fb1437b9ec5bacea4232b019615
parent6ed4075c3c06b35cbd8316f2121073c600fcc089
run-coverity-scan: use docker.py

Our trusted docker wrapper allows run-coverity-scan to run with both
docker and podman.

For the "run" phase this is transparent; for the "build" phase however
scripts are replaced with a bind mount (-v).  This is not an issue
because the secret option is meant for secrets stored globally in the
system and bind mounts are a valid substitute for secrets that are known
to whoever builds the container.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
scripts/coverity-scan/coverity-scan.docker
scripts/coverity-scan/run-coverity-scan