Hello, Following series introduces a github workflow to trigger a Coverity Scan. First patch attempts to move the logic currently in osstest into a github action mostly as-is (same build targets).
Second patch removes the build of QEMU, SeaBIOS and OVMF from the Coverity Scan. Thanks, Roger. Roger Pau Monne (2): github: add workflow to run Coverity scans coverity: do not build QEMU, SeaBIOS or OVMF .github/workflows/coverity.yml | 35 ++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/workflows/coverity.yml -- 2.34.1
