forked from wolfSSL/wolfssl
Add several fixes to coverity scan
This commit is contained in:
9
.github/workflows/coverity-scan-fixes.yml
vendored
9
.github/workflows/coverity-scan-fixes.yml
vendored
@ -1,16 +1,13 @@
|
|||||||
name: Coverity Scan master branch on a weekly basis
|
name: Coverity Scan master branch on a daily basis
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0,12 * * *"
|
- cron: "0 0 * * *"
|
||||||
# - cron: "0 0 * * 1"
|
|
||||||
#on:
|
|
||||||
# push:
|
|
||||||
# branches: [ 'master', 'main', 'release/**' ]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
coverity:
|
coverity:
|
||||||
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
Reference in New Issue
Block a user