Skip to content

Commit

Permalink
πŸ“ updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mfreeman451 committed Jan 19, 2024
1 parent 86b3e30 commit 11f725c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,23 @@ 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

```bash
pip install streamlit
```

## πŸƒ Running Streamlit
### πŸƒ Running Streamlit

```bash
streamlit run trivy-ui.py
Expand Down

0 comments on commit 11f725c

Please sign in to comment.