]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Add status badges for Actions-based tests.
authorDarren Tucker <dtucker@dtucker.net>
Wed, 28 Apr 2021 04:44:07 +0000 (14:44 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Thu, 29 Apr 2021 00:59:54 +0000 (10:59 +1000)
.github/README.md [new file with mode: 0644]
README.md

diff --git a/.github/README.md b/.github/README.md
new file mode 100644 (file)
index 0000000..0ad8bf5
--- /dev/null
@@ -0,0 +1,4 @@
+[![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)
+[![C/C++ CI self-hosted](https://github.com/openssh/openssh-portable-selfhosted/actions/workflows/selfhosted.yml/badge.svg)](https://github.com/openssh/openssh-portable-selfhosted/actions/workflows/selfhosted.yml)
+[![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)
+[![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)
index e9ee372ca330bbc5a0f8898e933dcd0535e8d666..de4717737eac6c6901b951029a75c17ba5245b31 100644 (file)
--- 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.