audit-labs/audit-tools

A collection of scripts, queries, and other goodies you can use in an audit.

clone: git clone https://gitbay.org/audit-labs/audit-tools.git

b5d44a0adec9cc1724f6e26a15c59bae10d3d042

signed_unknown_key

author: Christian Cleberg <hello@cleberg.net> · 2025-12-04T17:48:34Z
committer: <noreply@github.com>

Update README with uv command for script execution

Added alternative command for running Python scripts.
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index cdbe06b..3b94508 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,9 @@ Required for running the Python scripts:
 
 ```bash
 pip install -r requirements.txt
+
+# or, if you prefer `uv`:
+uv run file.py
 ```
 
 **Run a Sample Script**
@@ -84,4 +87,3 @@ To contribute:
    ```
 
 5. Open a pull request
-e [GNU General Public License v3.0](LICENSE).