diff options
author | Joshua Sing <joshua@hypera.dev> | 2023-01-12 18:26:56 +1100 |
---|---|---|
committer | Joshua Sing <joshua@hypera.dev> | 2023-01-12 18:31:11 +1100 |
commit | d8fa0ebd0b42bf8ce940446c51e2ef339176eb63 (patch) | |
tree | 959f6cc7004b53edeaad8a27b5e5d5acd65c5c31 | |
parent | 628d12afd276c2136b5af6ae3a38af1b34de93da (diff) | |
download | portable-d8fa0ebd0b42bf8ce940446c51e2ef339176eb63.tar.gz portable-d8fa0ebd0b42bf8ce940446c51e2ef339176eb63.tar.bz2 portable-d8fa0ebd0b42bf8ce940446c51e2ef339176eb63.zip |
Revert COVERITY_SCAN_PROJECT_NAME change in Coverity workflow
-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 | ||