| # GitHub actions workflow. |
| # https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions |
| # https://scan.coverity.com/projects/google-minijail |
| # The GH mirroring from Google GoB does not trigger push actions. |
| # Fire it once a week to provide some coverage. |
| # Allow for manual triggers from the web. |
| runs-on: ${{ matrix.os }} |
| - uses: actions/checkout@v2 |
| - name: Install system packages |
| run: sudo apt-get install -y libcap-dev |
| - uses: vapier/coverity-scan-action@v0 |
| project: google%2Fminijail |
| token: ${{ secrets.COVERITY_SCAN_TOKEN }} |