Skip to content

Commit

Permalink
readme examples
Browse files Browse the repository at this point in the history
  • Loading branch information
theztefan authored and GeekMasher committed Dec 4, 2024
1 parent a2f58a0 commit 96c66f0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,11 @@ The application is designed to be run in a container, this allows for easy deplo
**Pull / Download image:**

```bash
# Pull latest (or a release)
# Pull latest or a release
docker pull ghcr.io/advanced-security/ghas-reviewer-app:latest

or

docker pull ghcr.io/advanced-security/ghas-reviewer-app:v0.6.0
```

Expand All @@ -116,7 +120,7 @@ docker run \
--env-file=.env \
-v ./config:/ghasreview/config \
-p 9000:9000 \
ghcr.io/advanced-security/ghas-reviewer-app:v0.6.0
ghcr.io/advanced-security/ghas-reviewer-app:latest # or use release tag, example v0.6.0
```

or run it locally
Expand Down

0 comments on commit 96c66f0

Please sign in to comment.