Create polymorphism for printing, add table_print() method for each class
[kconfig-hardened-check.git] / README.md
index 19fe5569fed426c875970d3b86d3b2d6f413e60f..b2389d91b13708ec6b73d4a0c07d97123207e3a5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
 # kconfig-hardened-check
 
+![functional test](https://github.com/a13xp0p0v/kconfig-hardened-check/workflows/functional%20test/badge.svg)
+[![Coverage Status](https://codecov.io/gh/a13xp0p0v/kconfig-hardened-check/graph/badge.svg)](https://codecov.io/gh/a13xp0p0v/kconfig-hardened-check)
+
 ## Motivation
 
 There are plenty of Linux kernel hardening config options. A lot of them are
@@ -31,7 +34,7 @@ or exploitation techniques.
 You can install the package:
 
 ```
-pip install git+https://github.com/a13xp0p0v/kconfig-hardened-check'
+pip install git+https://github.com/a13xp0p0v/kconfig-hardened-check
 ```
 
 or simply run `./bin/kconfig-hardened-check` from the cloned repository.