diff --git a/README.md b/README.md index d86cc90..2197c35 100644 --- a/README.md +++ b/README.md @@ -40,18 +40,4 @@ trivy image --format json -o results.json --scanners=vuln --severity=CRITICAL -- ```bash pip install trivy-streamlit -``` - -### 🪇 Installing Streamlit - -https://docs.streamlit.io/get-started/installation - -```bash -pip install streamlit -``` - -### 🏃 Running Streamlit - -```bash -streamlit run trivy-ui.py -``` +``` \ No newline at end of file diff --git a/setup.py b/setup.py index fd2e3a0..78676d0 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='trivy-streamlit', - version='0.2', + version='0.3', packages=find_packages(), install_requires=[ 'streamlit',