mrwadams / stride-gpt

An AI-powered threat modeling tool that leverages OpenAI's GPT models to generate threat models for a given application based on the STRIDE methodology.
https://stridegpt.streamlit.app
MIT License
335 stars 100 forks source link

Update Dockerfile to run as non-root user #27

Open hype8912 opened 3 weeks ago

hype8912 commented 3 weeks ago

Updated Dockerfile to run as non-root user for better security. Also verified this will run on Kubernetes as a non-root user.