hardeneks icon indicating copy to clipboard operation
hardeneks copied to clipboard

Question: Issue running the code locally

Open Chabane opened this issue 11 months ago • 2 comments

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!

Chabane avatar Jan 10 '25 10:01 Chabane

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

dorukozturk avatar Jan 14 '25 01:01 dorukozturk

Hi @Chabane do you still have any issue with this? Or we can close this issue?

za avatar Apr 24 '25 06:04 za