summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-04-28 14:44:07 +1000
committerDarren Tucker <dtucker@dtucker.net>2021-04-29 10:59:54 +1000
commit70a8dc138a6480f85065cdb239915ad4b7f928cf (patch)
tree9a764fd7e2cb4555c75ed88b7e8f2841fdb5e2af /README.md
parent40b59024cc3365815381474cdf4fe423102e391b (diff)
Add status badges for Actions-based tests.
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 e9ee372c..de471773 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
# Portable OpenSSH
+[![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)
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.