Sha256: 6e718806ec7902d76b0d1f4e18b0c9bd7be15116b6a2dd071ec581421d5d1df0
Contents?: true
Size: 603 Bytes
Versions: 7
Compression:
Stored size: 603 Bytes
Contents
# GitHub actions workflow. # https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions # https://scan.coverity.com/projects/ohloh_scm name: Coverity Scan on: push: branches: [main] jobs: coverity: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: vapier/coverity-scan-action@v1 with: project: 'Ohloh_SCM' build_language: 'other' command: '--no-command --fs-capture-search ${{ github.workspace }}' email: ${{ secrets.COVERITY_SCAN_EMAIL }} token: ${{ secrets.COVERITY_SCAN_TOKEN }}
Version data entries
7 entries across 7 versions & 1 rubygems