We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e89ff25 commit 1bbbadfCopy full SHA for 1bbbadf
1 file changed
README.rst
@@ -17,6 +17,9 @@ the `users guide <https://osquery.readthedocs.org/>`_.
17
What is osquery-python?
18
-----------------------
19
20
+.. image:: https://travis-ci.org/osquery/osquery-python.svg?branch=master
21
+ :target: https://travis-ci.org/osquery/osquery-python
22
+
23
In osquery, SQL tables, configuration retrieval, log handling, etc are implemented
24
via a simple, robust plugin and extensions API. This project contains the official
25
Python bindings for creating osquery extensions in Python. Consider the following
0 commit comments