Skip to content

Commit

Permalink
Add instructions for booting terrascan demo
Browse files Browse the repository at this point in the history
  • Loading branch information
kklin committed Sep 13, 2020
1 parent 97b7612 commit 53657d0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +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)


Detect compliance and security violations across Infrastructure as Code to mitigate risk before provisioning cloud native infrastructure.
Expand Down Expand Up @@ -62,6 +63,17 @@ $ make build
$ ./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)
from your browser without downloading or setting up anything.

Clicking the
[link](https://kelda.io/preview-env/?repo=https://github.com/accurics/terrascan.git&composeFiles=deploy/docker-compose.yml&service=terrascan&port=9010)
boots this repo in the Blimp cloud, and creates a public URL for you to access
it.

## Getting started

To scan your code for security issues you can run the following
Expand Down

0 comments on commit 53657d0

Please sign in to comment.