Skip to content
forked from 0xTeles/2runner

2runner is a tool that checks if an internal host is reachable from a GitHub Actions runner.

Notifications You must be signed in to change notification settings

v3ntur4X/2runner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Many infrastructures have misconfigurations when using GitHub Actions. Some internal hosts — mainly development tools such as Jenkins, Grafana, and GitLab — require connectivity with GitHub Actions. To enable this, GitHub's IP ranges are often allowed through the VPN, exposing these hosts to the internet.

To install, pip install .

To use, you need to input github token (with read and workflow permissions) in a file and then:

2runner --tokens tokens.txt --hosts hosts.txt --workflow workflow.yaml

About

2runner is a tool that checks if an internal host is reachable from a GitHub Actions runner.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%