From 23a79a51aa2027072f7e0b5a6ce0f29daa0d9c18 Mon Sep 17 00:00:00 2001 From: John Andersen Date: Wed, 8 Nov 2023 01:00:44 +0100 Subject: [PATCH] Update coverity.yml Signed-off-by: John Andersen --- .github/workflows/coverity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 6e2e0c23..61bcd5a0 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -19,4 +19,4 @@ jobs: 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/.* + command: '--no-command --fs-capture-search ./ --fs-capture-search-exclude-regex /cov-analysis/.*'