Revert COVERITY_SCAN_PROJECT_NAME change in Coverity workflow

This commit is contained in:
Joshua Sing 2023-01-12 18:26:56 +11:00
parent 628d12afd2
commit d8fa0ebd0b
No known key found for this signature in database
GPG Key ID: 3A3F16614180CDE6
2 changed files with 5 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'libressl' }}
env:
COVERITY_SCAN_PROJECT_NAME: 'libressl/portable'
COVERITY_SCAN_PROJECT_NAME: 'libressl-portable/portable'
COVERITY_SCAN_BRANCH_PATTERN: '*'
COVERITY_SCAN_NOTIFICATION_EMAIL: 'libressl-security@openbsd.org'
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 .."

4
.gitignore vendored
View File

@ -212,3 +212,7 @@ openbsd/
*.tar.gz
man/Makefile.am
man/mandoc.db
# JetBrains IDEs
.idea/
*.iml