From e273f1a32f4d3372b1692645b9704387d5eacc77 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 19 Oct 2024 11:26:08 -0500 Subject: initial commit --- README.org | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.org (limited to 'README.org') diff --git a/README.org b/README.org new file mode 100644 index 0000000..b2bcfdc --- /dev/null +++ b/README.org @@ -0,0 +1,26 @@ +#+title: README + +* Background + +I have been an auditor for years, starting with operational/financial audits and +quickly transitioning to technology audits early in my career. + +While performing technology audits, attestations, etc., you will find that it +requires a lot of manual effort if you don't use the right tools to automate as +much as possible. + +This repository serves as my personal collection of audit tools that I want to +save and re-use later. + +* Development + +** Python + +For the Python scripts, use the following to activate a virtual environment for +consistent packing: + +#+begin_src sh +python3 -m venv venv +source ./venv/bin/activate +pip install PACKAGE_NAME +#+end_src -- cgit v1.2.3-70-g09d2