diff options
| author | Joshua Sing <joshua@hypera.dev> | 2023-01-12 20:40:03 +1100 |
|---|---|---|
| committer | Joshua Sing <joshua@hypera.dev> | 2023-01-12 20:40:03 +1100 |
| commit | 3c1e882d259ebeaebcdd1daaa01c24175a9e2e66 (patch) | |
| tree | d125bb60aae294bc7e5f79581861be1a6763556c | |
| parent | 628d12afd276c2136b5af6ae3a38af1b34de93da (diff) | |
| parent | 01b26d3019c6dc0528194e915bc28e1cda12f884 (diff) | |
| download | portable-3c1e882d259ebeaebcdd1daaa01c24175a9e2e66.tar.gz portable-3c1e882d259ebeaebcdd1daaa01c24175a9e2e66.tar.bz2 portable-3c1e882d259ebeaebcdd1daaa01c24175a9e2e66.zip | |
Land #812
| -rw-r--r-- | .github/workflows/coverity.yml | 3 | ||||
| -rw-r--r-- | .gitignore | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index f805c33..bc0ee0d 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | name: Coverity | 1 | name: Coverity |
| 2 | 2 | ||
| 3 | on: | 3 | on: |
| 4 | workflow_dispatch: | ||
| 4 | schedule: | 5 | schedule: |
| 5 | - cron: "0 0 * * *" | 6 | - cron: "0 0 * * *" |
| 6 | 7 | ||
| @@ -9,7 +10,7 @@ jobs: | |||
| 9 | runs-on: ubuntu-latest | 10 | runs-on: ubuntu-latest |
| 10 | if: ${{ github.repository_owner == 'libressl' }} | 11 | if: ${{ github.repository_owner == 'libressl' }} |
| 11 | env: | 12 | env: |
| 12 | COVERITY_SCAN_PROJECT_NAME: 'libressl/portable' | 13 | COVERITY_SCAN_PROJECT_NAME: 'libressl-portable/portable' |
| 13 | COVERITY_SCAN_BRANCH_PATTERN: '*' | 14 | COVERITY_SCAN_BRANCH_PATTERN: '*' |
| 14 | COVERITY_SCAN_NOTIFICATION_EMAIL: 'libressl-security@openbsd.org' | 15 | 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 .." | 16 | 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 | ||
