Reinstate Coverity scanning
This commit is contained in:
parent
02414201e1
commit
82622ffda1
1 changed files with 4 additions and 3 deletions
|
@ -2,14 +2,15 @@ name: Coverity Scan
|
|||
env:
|
||||
COVERITY_EMAIL: ${{ secrets.CoverityEmail }}
|
||||
COVERITY_TOKEN: ${{ secrets.CoverityToken }}
|
||||
# Latest package: https://scan.coverity.com/download
|
||||
PACKAGE_VERSION: "2019.03"
|
||||
TARBALL_SHA256: "0bec2d12e7fca3fe4b6df843d9584e2a58e273970a8549c100541f86dbc0da4e"
|
||||
TARBALL_GDRIVE_ID: ${{ secrets.GoogleDriveId }}
|
||||
|
||||
on:
|
||||
schedule:
|
||||
# Every day at 415am
|
||||
- cron: '15 4 * * *'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
coverity_scan:
|
||||
name: Coverity static analyzer
|
Loading…
Add table
Reference in a new issue