diff options
| -rw-r--r-- | .github/workflows/coverity.yml | 2 | ||||
| -rw-r--r-- | .gitignore | 4 |
2 files changed, 5 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 .." |
| @@ -212,3 +212,7 @@ openbsd/ | |||
| 212 | *.tar.gz | 212 | *.tar.gz |
| 213 | man/Makefile.am | 213 | man/Makefile.am |
| 214 | man/mandoc.db | 214 | man/mandoc.db |
| 215 | |||
| 216 | # JetBrains IDEs | ||
| 217 | .idea/ | ||
| 218 | *.iml \ No newline at end of file | ||
