File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,11 +43,13 @@ jit-customer-scripts/
4343To make sure you have all you can run this command:
4444
4545#### Centos
46+
4647``` shell
4748sudo yum install -y git make && git clone https://github.com/jitsecurity/jit-customer-scripts.git && cd jit-customer-scripts
4849```
4950
5051#### Ubuntu
52+
5153``` shell
5254sudo apt install -y git make && git clone https://github.com/jitsecurity/jit-customer-scripts.git && cd jit-customer-scripts
5355```
@@ -120,7 +122,8 @@ python src/scripts/create_teams.py teams.json
120122This command will fetch the repository names and topics from the GitHub API and generate the JSON file. And then it will
121123create the teams and update the assets.
122124
123- > We recommend using something like Github Actions and Github secrets to run this script on a schedule to make sure you are always synced.
125+ > We recommend using something like Github Actions and Github secrets to run this script on a schedule to make sure you
126+ > are always synced.
124127
125128#### Using External JSON File
126129
@@ -196,8 +199,8 @@ To setup self-hosted runners, use the following command:
196199You need to take the self hosted runners token from the Github Actions page of your repository.
197200` https://github.com/<your-github-org-name>/jit/settings/actions/runners `
198201
199-
200202#### Running on CentOS
203+
201204``` shell
202205make setup-self-hosted-runner-centos token=< your-token> github_organization=< your-github-org-name>
203206```
You can’t perform that action at this time.
0 commit comments