From e2cc1ae999dbe400567fc9b1976214799900f713 Mon Sep 17 00:00:00 2001 From: Timo Sairiala Date: Thu, 11 Apr 2024 09:48:30 +0300 Subject: [PATCH] remove coverity scanning (#56) --- .../workflows/tii-mocap-pose-coverity.yaml | 37 ------------------- 1 file changed, 37 deletions(-) delete mode 100644 .github/workflows/tii-mocap-pose-coverity.yaml diff --git a/.github/workflows/tii-mocap-pose-coverity.yaml b/.github/workflows/tii-mocap-pose-coverity.yaml deleted file mode 100644 index c537cf2..0000000 --- a/.github/workflows/tii-mocap-pose-coverity.yaml +++ /dev/null @@ -1,37 +0,0 @@ -name: tii-mocap-pose-coverity - -on: - workflow_dispatch: - push: - branches: - - main - paths-ignore: - - 'README.md' - - 'CHANGELOG.rst' - pull_request: - -jobs: - coverity: - runs-on: mocap-pose-self-hosted-coverity - steps: - - uses: actions/checkout@v4 - - name: Login to GitHub Container Registry - uses: docker/login-action@v3 - with: - registry: ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - - name: Run coverity scan - run: | - docker run --rm \ - -e PROJECT_NAME=${{ github.event.repository.name }} \ - -v "$(pwd):/main_ws/src" \ - ghcr.io/tiiuae/fog-ros-baseimage-builder-coverity:sha-4da4f0d - - name: Update summary - run: | - cat cov-analyze-result.txt >> $GITHUB_STEP_SUMMARY - - name: Upload coverity scan results - uses: actions/upload-artifact@v3 - with: - name: coverity-html-report-${{ github.event.repository.name }} - path: coverity-output