Skip to content

coverity action: use el9 container #43

coverity action: use el9 container

coverity action: use el9 container #43

Workflow file for this run

name: coverity
on: [push, pull_request]
jobs:
run-coverity:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cvmfs-contrib/github-action-cvmfs@v2
- uses: aidasoft/run-lcg-view@main
with:
run_local_checkout: 'true'
coverity-container: 'ghcr.io/aidasoft/coverity:latest'
coverity-cmake-command: 'cmake -DCMAKE_CXX_STANDARD=17 -DUSE_EXTERNAL_CATCH2=OFF ..'
coverity-project: 'AIDASoft%2Fpodio'
coverity-project-token: ${{ secrets.PODIO_COVERITY_TOKEN }}
github-pat: ${{ secrets.READ_COVERITY_IMAGE }}
release-platform: "LCG_102/x86_64-centos7-gcc11-opt"
run: |
git clone https://github.com/AIDASoft/podio.git
cd podio