Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated to include the one-liner of BOLT
  • Loading branch information
dhamijaabhi authored Mar 13, 2024
1 parent 541cd6f commit 1559dc8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
![Bolt](assets/imgs/bolt-header-light.png#gh-light-mode-only)
![Bolt](assets/imgs/bolt-header-dark.png#gh-dark-mode-only)
# Transparent Egress Gateway for GitHub hosted runners.
## Secure Github actions with 1 line of code
Add this step to jobs in your Github workflow file(s) to secure your runner:
```yaml
- name: Setup Bolt
uses: koalalab-inc/bolt@v1
```
## Transparent Egress Gateway for GitHub hosted runners
Bolt is a transparent egress gateway that can be used to control the egress traffic from GitHub hosted runners. It is packaged as a GitHub Action, which means you can easily add it to your workflows and start controlling the egress traffic from your pipelines.
Expand Down

0 comments on commit 1559dc8

Please sign in to comment.