diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 53395502bb..8117c5b912 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -23,5 +23,4 @@ jobs: with: email: ${{ secrets.COVERITY_SCAN_EMAIL }} token: ${{ secrets.COVERITY_SCAN_TOKEN }} - build_language: 'other' - command: '--no-command --fs-capture-search ./ --fs-capture-search-exclude-regex /cov-analysis/.* --fs-capture-search-exclude-regex /cve_bin_tool/schemas.*' + command: 'true; rm -rf cov-int/; coverity capture --project-dir ./ --dir cov-int --language python --language javascript --file-exclude-regex cov-analysis/.*'