Land #812
This commit is contained in:
commit
3c1e882d25
3
.github/workflows/coverity.yml
vendored
3
.github/workflows/coverity.yml
vendored
@ -1,6 +1,7 @@
|
|||||||
name: Coverity
|
name: Coverity
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * *"
|
- cron: "0 0 * * *"
|
||||||
|
|
||||||
@ -9,7 +10,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.repository_owner == 'libressl' }}
|
if: ${{ github.repository_owner == 'libressl' }}
|
||||||
env:
|
env:
|
||||||
COVERITY_SCAN_PROJECT_NAME: 'libressl/portable'
|
COVERITY_SCAN_PROJECT_NAME: 'libressl-portable/portable'
|
||||||
COVERITY_SCAN_BRANCH_PATTERN: '*'
|
COVERITY_SCAN_BRANCH_PATTERN: '*'
|
||||||
COVERITY_SCAN_NOTIFICATION_EMAIL: 'libressl-security@openbsd.org'
|
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 .."
|
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
|
*.tar.gz
|
||||||
man/Makefile.am
|
man/Makefile.am
|
||||||
man/mandoc.db
|
man/mandoc.db
|
||||||
|
|
||||||
|
# JetBrains IDEs
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user