Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyL99 committed Feb 16, 2023
1 parent b2eb8b4 commit 338d132
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,12 @@ The script requires sudo permissions to move the cherrybomb bin into <b>/usr/loc

(If you want to view the shell script(or even help to improving it - [/scripts/install.sh](/scripts/install.sh))


##### Containerized version
You can get Cherrybomb through its containerized version which is hosted on AWS ECR, and requires an API key that you can get on that addess(the loading is a bit slow) - [https://cicd.blstsecurity.com/](https://cicd.blstsecurity.com/)

```
docker run --mount type=bind,source=[PATH TO OAS],destination=/home public.ecr.aws/blst-security/cherrybomb:latest cherrybomb -f /home/swagger.json --api-key=[API-KEY]
```

#### Get it from crates.io

Expand Down

0 comments on commit 338d132

Please sign in to comment.