From 1559dc85b80e626d2023a692ab5025d13c474a79 Mon Sep 17 00:00:00 2001 From: Abhimanyu Dhamija <149300820+dhamijaabhi@users.noreply.github.com> Date: Wed, 13 Mar 2024 21:43:32 +0530 Subject: [PATCH] Update README.md Updated to include the one-liner of BOLT --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c18437..c0902ea 100644 --- a/README.md +++ b/README.md @@ -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.