Skip to content

Commit

Permalink
Weekly Coverity Scan run.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed May 13, 2022
1 parent 4be5623 commit e5bf040
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/coverity-scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Coverity Scan fixes and develop branches on a weekly basis

on:
workflow_dispatch:
schedule:
- cron: "7 3 * * 0"

jobs:
coverity:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Dependencies
run: sudo apt-get install -y libcjson-dev libsqlite3-dev libssl-dev uthash-dev

- uses: vapier/coverity-scan-action@v1
with:
build_language: 'cxx'
project: "eclipse/mosquitto"
token: ${{ secrets.COVERITY_SCAN_TOKEN }}
email: ${{ secrets.COVERITY_SCAN_EMAIL }}
command: "make binary"

0 comments on commit e5bf040

Please sign in to comment.