diff options
author | Daiki Ueno <dueno@redhat.com> | 2018-08-21 12:48:26 +0200 |
---|---|---|
committer | Daiki Ueno <dueno@redhat.com> | 2018-08-21 12:48:26 +0200 |
commit | 7a844d8e8c1c87401b161094023cf309ca111095 (patch) | |
tree | 5f82cb6f09297b0a010febaa3a769cad622226f1 | |
parent | f2a17c5e1dbc75a0142c6330bab588deb0060151 (diff) |
README.md: Add CII Best Practices badge
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # P11-KIT -[![Build Status](https://travis-ci.org/p11-glue/p11-kit.svg?branch=master)](https://travis-ci.org/p11-glue/p11-kit) [![Coverage Status](https://img.shields.io/coveralls/p11-glue/p11-kit.svg)](https://coveralls.io/r/p11-glue/p11-kit) +[![Build Status](https://travis-ci.org/p11-glue/p11-kit.svg?branch=master)](https://travis-ci.org/p11-glue/p11-kit) [![Coverage Status](https://img.shields.io/coveralls/p11-glue/p11-kit.svg)](https://coveralls.io/r/p11-glue/p11-kit) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/1627/badge)](https://bestpractices.coreinfrastructure.org/en/projects/1627) Provides a way to load and enumerate PKCS#11 modules. Provides a standard configuration setup for installing PKCS#11 modules in such a way that they're |