diff options
author | Darren Tucker <dtucker@dtucker.net> | 2023-03-03 04:50:03 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2023-03-03 04:50:03 +0100 |
commit | 8bf61e95610b48192d4e1720cc15d9004617301d (patch) | |
tree | 397eedf46b726d7d47d2352a21d64bb08cbcbfd6 /.github | |
parent | upstream: Check return values of dup2. Spotted by Coverity, ok djm@ (diff) | |
download | openssh-8bf61e95610b48192d4e1720cc15d9004617301d.tar.xz openssh-8bf61e95610b48192d4e1720cc15d9004617301d.zip |
Add Coverity badges.
Diffstat (limited to '.github')
-rw-r--r-- | .github/ci-status.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/ci-status.md b/.github/ci-status.md index 3d4877588..c57c3d83d 100644 --- a/.github/ci-status.md +++ b/.github/ci-status.md @@ -4,6 +4,7 @@ master : [![Upstream self-hosted](https://github.com/openssh/openssh-portable-selfhosted/actions/workflows/upstream.yml/badge.svg)](https://github.com/openssh/openssh-portable-selfhosted/actions/workflows/upstream.yml?query=branch:master) [![CIFuzz](https://github.com/openssh/openssh-portable/actions/workflows/cifuzz.yml/badge.svg)](https://github.com/openssh/openssh-portable/actions/workflows/cifuzz.yml) [![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/openssh.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:openssh) +[![Coverity Status](https://scan.coverity.com/projects/21341/badge.svg)](https://scan.coverity.com/projects/openssh-portable) 9.2 : [![C/C++ CI](https://github.com/openssh/openssh-portable/actions/workflows/c-cpp.yml/badge.svg?branch=V_9_2)](https://github.com/openssh/openssh-portable/actions/workflows/c-cpp.yml?query=branch:V_9_2) |