From 11f725ca493e3820af81b337523a781385fce6ac Mon Sep 17 00:00:00 2001 From: Michael Freeman Date: Thu, 18 Jan 2024 23:44:31 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20updated=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c11fc2f..d86cc90 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,15 @@ trivy k8s --format json -o results.json --scanners=vuln --severity=CRITICAL --re trivy image --format json -o results.json --scanners=vuln --severity=CRITICAL --report=all docker.io/grafana/grafana:10.2.2 ``` -## 🪇 Installing Streamlit +## Installation + +### 🛞 Install from pypi + +```bash +pip install trivy-streamlit +``` + +### 🪇 Installing Streamlit https://docs.streamlit.io/get-started/installation @@ -42,7 +50,7 @@ https://docs.streamlit.io/get-started/installation pip install streamlit ``` -## 🏃 Running Streamlit +### 🏃 Running Streamlit ```bash streamlit run trivy-ui.py