Skip to content

Commit

Permalink
Merge pull request #16 from koalalab-inc/one-liner-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
dhamijaabhi authored Mar 13, 2024
2 parents 541cd6f + 1559dc8 commit 30641df
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 30641df

Please sign in to comment.