pjproject/.github/workflows/coverity-scan-manual.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
444 B
YAML
Raw Normal View History

2023-03-28 04:52:47 +00:00
# This allows running coverity scan at any time and on any branch. Invoke this
# action manually from https://github.com/pjsip/pjproject/actions
name: coverity-scan-manual
on:
workflow_dispatch
jobs:
ubuntu-default-full-bundle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run all
run: |
tests/coverity-scan/run.sh
env:
COV_TOKEN: ${{ secrets.PJSIP_COVERITY_SCAN_TOKEN }}