Skip to content

OTWO-7204 namefact issue (#1779) #110

OTWO-7204 namefact issue (#1779)

OTWO-7204 namefact issue (#1779) #110

Workflow file for this run

# GitHub actions workflow.
# https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions
# https://scan.coverity.com/projects/ohloh-ui
name: Coverity Scan
on:
push:
branches: [main]
jobs:
coverity:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: vapier/coverity-scan-action@v1
with:
project: 'Ohloh UI'
build_language: 'other'
command: '--no-command --fs-capture-search ${{ github.workspace }}'
email: ${{ secrets.COVERITY_SCAN_EMAIL }}
token: ${{ secrets.COVERITY_SCAN_TOKEN }}