Skip to content

Commit 9bb1a87

Browse files
committed
linter
1 parent 9d0facb commit 9bb1a87

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,13 @@ jit-customer-scripts/
4343
To make sure you have all you can run this command:
4444

4545
#### Centos
46+
4647
```shell
4748
sudo 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
5254
sudo 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
120122
This command will fetch the repository names and topics from the GitHub API and generate the JSON file. And then it will
121123
create 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:
196199
You 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
202205
make setup-self-hosted-runner-centos token=<your-token> github_organization=<your-github-org-name>
203206
```

0 commit comments

Comments
 (0)