Skip to content

Commit

Permalink
run the coverity workflow on a push
Browse files Browse the repository at this point in the history
  • Loading branch information
rgacogne committed Aug 22, 2024
1 parent 1fc8c9f commit 3df53df
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/run-coverity.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: 'Run coverity for dnsdist'

on:
push:

permissions: # least privileges, see https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
contents: read

jobs:
call-coverity:
uses: rgacogne/pdns/.github/workflows/coverity.yml@fix-coverity
with:
product: dnsdist
secrets:
COVERITY_TOKEN: ${{ secrets.COVERITY_TOKEN }}
COVERITY_EMAIL: ${{ secrets.COVERITY_EMAIL }}

0 comments on commit 3df53df

Please sign in to comment.