Skip to content

Commit ef45086

Browse files
committed
f Add 'Security Audit' badge to README
1 parent 5637170 commit ef45086

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ Rust-Lightning
44
[![Crate](https://img.shields.io/crates/v/lightning.svg?logo=rust)](https://crates.io/crates/lightning)
55
[![Documentation](https://img.shields.io/static/v1?logo=read-the-docs&label=docs.rs&message=lightning&color=informational)](https://docs.rs/lightning/)
66
[![Safety Dance](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/)
7+
[![Security Audit](https://github.com/lightningdevkit/rust-lightning/actions/workflows/audit.yml/badge.svg)](https://github.com/lightningdevkit/rust-lightning/actions/workflows/audit.yml)
78

8-
[LDK](https://lightningdevkit.org)/`rust-lightning` is a highly performant and flexible
9+
[LDK](https://lightningdevkit.org)/`rust-lightning` is a highly performant and flexible
910
implementation of the Lightning Network protocol.
1011

1112
The primary crate, `lightning`, is runtime-agnostic. Data persistence, chain interactions,

0 commit comments

Comments
 (0)