wolfSSL / wolfssl

The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3 and DTLS 1.3!
https://www.wolfssl.com
GNU General Public License v2.0
2.25k stars 805 forks source link

Add Coverity scan workflow #7726

Open embhorn opened 2 weeks ago

embhorn commented 2 weeks ago

Description

Add a workflow to generate a weekly Coverity scan.

Relies on GitHub secrets:

COVERITY_SCAN_TOKEN
COVERITY_SCAN_EMAIL

Uses a third party workflow script: https://github.com/vapier/coverity-scan-action

Testing

This is the test!!!

Checklist

embhorn commented 2 weeks ago

Secrets added by @cconlon