Skip to content

Commit

Permalink
Update demo docs to use new Blimp demo version
Browse files Browse the repository at this point in the history
  • Loading branch information
kklin committed Sep 23, 2020
1 parent 8b5f811 commit a486483
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![codecov](https://codecov.io/gh/accurics/terrascan/branch/master/graph/badge.svg)](https://codecov.io/gh/accurics/terrascan)
[![community](https://img.shields.io/discourse/status?server=https%3A%2F%2Fcommunity.accurics.com)](https://community.accurics.com)
[![Documentation Status](https://readthedocs.com/projects/accurics-terrascan/badge/?version=latest)](https://docs.accurics.com/projects/accurics-terrascan/en/latest/?badge=latest)
[![Blimp demo badge](https://kelda.io/demo-badge.svg?repo=https://github.com/accurics/terrascan.git)](https://kelda.io/preview-env/?repo=https://github.com/accurics/terrascan.git&composeFiles=deploy/docker-compose.yml&service=terrascan&port=9010)
[![Blimp demo badge](https://kelda.io/demo-badge.svg?repo=https://github.com/accurics/terrascan.git)](https://kelda.io/preview-env/?repo=https://github.com/accurics/terrascan.git&composeFiles=deploy/docker-compose.yml&port=terrascan:9010)


Detect compliance and security violations across Infrastructure as Code to mitigate risk before provisioning cloud native infrastructure.
Expand Down Expand Up @@ -66,15 +66,14 @@ $ ./bin/terrascan
### Demoing
If you want to play around with Terrascan without running it locally, you can
[boot a personal demo copy
](https://kelda.io/preview-env/?repo=https://github.com/accurics/terrascan.git&composeFiles=deploy/docker-compose.yml&service=terrascan&port=9010)
](https://kelda.io/preview-env/?repo=https://github.com/accurics/terrascan.git&composeFiles=deploy/docker-compose.yml&port=terrascan:9010)
from your browser without downloading or setting up anything.

1. Click the [demo
link](https://kelda.io/preview-env/?repo=https://github.com/accurics/terrascan.git&composeFiles=deploy/docker-compose.yml&service=terrascan&port=9010)
link](https://kelda.io/preview-env/?repo=https://github.com/accurics/terrascan.git&composeFiles=deploy/docker-compose.yml&port=terrascan:9010)
to boot this repo in the Blimp cloud.

1. Once the sandbox is booted, get its public URL by clicking "Connect to your
sandbox".
1. Once the sandbox is booted, get its public URL by clicking "Connect" on the terrascan service on the left.

The page will 404, but that's OK because we just need the domain name to
create our URL that we'll hit with `curl`.
Expand Down

0 comments on commit a486483

Please sign in to comment.