]> git.ipfire.org Git - thirdparty/openvpn.git/commit
GHA: new workflow to submit scan to Coverity Scan service
authorFrank Lichtenheld <frank@lichtenheld.com>
Mon, 11 Sep 2023 11:07:35 +0000 (13:07 +0200)
committerGert Doering <gert@greenie.muc.de>
Fri, 22 Sep 2023 16:06:20 +0000 (18:06 +0200)
commit36605648a8974f1f7151a5842e94c75d08410fd0
tree6bdaba6db990aa2f7018db1475a6e97bf5db5e61
parentb033683bf982200471e53b18600e3a2f541ab3f2
GHA: new workflow to submit scan to Coverity Scan service

Not on every push due to submit limits.

Use caching to not submit a scan for the same git commit
twice. Since we have many days without pushes to master
this saves a lot of Github and Coverity resources.

v2:
 - add caching to not submit redundant scans

Change-Id: I302ccc82f9d5c43b58350bbbf7f16ad1c559248f
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20230911110735.34491-1-frank@lichtenheld.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg27001.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit 607ae9b821665dadb6bd0a3ceb6288bda10d5e67)
.github/workflows/coverity-scan.yml [new file with mode: 0644]