summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2023-03-03 14:50:03 +1100
committerDarren Tucker <dtucker@dtucker.net>2023-03-03 14:50:03 +1100
commit8bf61e95610b48192d4e1720cc15d9004617301d (patch)
tree397eedf46b726d7d47d2352a21d64bb08cbcbfd6 /README.md
parent93291bd723959adf462b1df958106cf07a7734dd (diff)
downloadopenssh-git-8bf61e95610b48192d4e1720cc15d9004617301d.tar.gz
Add Coverity badges.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3da93381..9431b0ff 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
[![C/C++ CI](https://github.com/openssh/openssh-portable/actions/workflows/c-cpp.yml/badge.svg)](https://github.com/openssh/openssh-portable/actions/workflows/c-cpp.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)
OpenSSH is a complete implementation of the SSH protocol (version 2) for secure remote login, command execution and file transfer. It includes a client ``ssh`` and server ``sshd``, file transfer utilities ``scp`` and ``sftp`` as well as tools for key generation (``ssh-keygen``), run-time key storage (``ssh-agent``) and a number of supporting programs.