]> git.ipfire.org Git - thirdparty/squid.git/commit
CI: Add GitHub Actions workflow for periodic Coverity Scan (#1958)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Mon, 16 Dec 2024 18:19:18 +0000 (18:19 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Mon, 16 Dec 2024 18:19:30 +0000 (18:19 +0000)
commit8d3c73d191c67e93293bdbce1397dc67a97459dd
tree3e992793ee80155b37f4499df1cdb5fffae51ae1
parent8b3185859bdc743482c78c1297f2b9e87b53b0cf
CI: Add GitHub Actions workflow for periodic Coverity Scan (#1958)

Implement a weekly scheduled GitHub Actions workflow to run Coverity
Scan (i.e. cov-build). Currently, we run Coverity Scan using Jenkins.

The new job uses the Squid Project pre-made docker image because
installing the tools required to use free Coverity Scan service cannot
be easily automated at the moment.

The job only runs for the official Squid Project repository.
.github/workflows/coverity-scan.yaml [new file with mode: 0644]