diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/coverity.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index f805c33..1bbb1fd 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml | |||
@@ -9,7 +9,7 @@ jobs: | |||
9 | runs-on: ubuntu-latest | 9 | runs-on: ubuntu-latest |
10 | if: ${{ github.repository_owner == 'libressl' }} | 10 | if: ${{ github.repository_owner == 'libressl' }} |
11 | env: | 11 | env: |
12 | COVERITY_SCAN_PROJECT_NAME: 'libressl/portable' | 12 | COVERITY_SCAN_PROJECT_NAME: 'libressl-portable/portable' |
13 | COVERITY_SCAN_BRANCH_PATTERN: '*' | 13 | COVERITY_SCAN_BRANCH_PATTERN: '*' |
14 | COVERITY_SCAN_NOTIFICATION_EMAIL: 'libressl-security@openbsd.org' | 14 | COVERITY_SCAN_NOTIFICATION_EMAIL: 'libressl-security@openbsd.org' |
15 | COVERITY_SCAN_BUILD_COMMAND_PREPEND: "./autogen.sh && ./configure && make dist && tar zxf libressl-*.tar.gz && rm libressl-*.tar.gz && cd libressl-* && mkdir build-static && mkdir build-shared && cmake -GNinja -DBUILD_SHARED_LIBS=ON .." | 15 | COVERITY_SCAN_BUILD_COMMAND_PREPEND: "./autogen.sh && ./configure && make dist && tar zxf libressl-*.tar.gz && rm libressl-*.tar.gz && cd libressl-* && mkdir build-static && mkdir build-shared && cmake -GNinja -DBUILD_SHARED_LIBS=ON .." |