hardeneks
hardeneks copied to clipboard
Question: Issue running the code locally
Hello,
I cloned the repository with the intention of adding a new rule and running it locally with poetry or python. I was wondering if there is any documentation or guidance you could provide to help running the code locally after adding a new rule.
Thanks!
Hello,
You should be able to
git clone [email protected]:aws-samples/hardeneks.git
cd hardeneks
poetry install or pip install -e .
hardeneks
That should be the local hardeneks. Let me know if that does not work
Hi @Chabane do you still have any issue with this? Or we can close this issue?