From d05392221acd88ef2bd2f8d3e8dc0eb4e361d790 Mon Sep 17 00:00:00 2001 From: Miccah Castorina Date: Fri, 18 Nov 2022 08:38:02 -0600 Subject: [PATCH] Add warning about using trufflehog as a library --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b2245f9c2b60..01f6a27c6b25 100644 --- a/README.md +++ b/README.md @@ -276,6 +276,11 @@ repos: stages: ["commit", "push"] ``` +## Use as a library + +Currently, trufflehog is in heavy development and no guarantees can be made on +the stability of the public APIs at this time. + ## Contributors This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].