Revert COVERITY_SCAN_PROJECT_NAME change in Coverity workflow
This commit is contained in:
parent
628d12afd2
commit
d8fa0ebd0b
2
.github/workflows/coverity.yml
vendored
2
.github/workflows/coverity.yml
vendored
@ -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
4
.gitignore
vendored
@ -212,3 +212,7 @@ openbsd/
|
||||
*.tar.gz
|
||||
man/Makefile.am
|
||||
man/mandoc.db
|
||||
|
||||
# JetBrains IDEs
|
||||
.idea/
|
||||
*.iml
|
Loading…
x
Reference in New Issue
Block a user