mbox series

[0/2] coverity: trigger scan as a github action

Message ID 20220218120042.32102-1-roger.pau@citrix.com (mailing list archive)
Headers show
Series coverity: trigger scan as a github action | expand

Message

Roger Pau Monné Feb. 18, 2022, noon UTC
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