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,12 +43,14 @@ jit-customer-scripts/
4343* To generate a Jit API Key Go to Settings -> Users & Permissions -> API Tokens in your
4444 Jit [ dashboard] ( https://platform.jit.io ) .
4545
46+ > We recommend generating a fine-grained PAT with read-only access to the organization for the use of this script.
47+
4648## Installation
4749
48501 . Clone the repository:
4951
5052 ``` shell
51- git clone git@github.com:jitsecurity/jit-customer-scripts.git
53+ git clone --branch 1.0 git@github.com:jitsecurity/jit-customer-scripts.git
5254 ```
5355
54562 . Change into the project directory:
@@ -100,6 +102,8 @@ python src/scripts/create_teams.py teams.json
100102This command will fetch the repository names and topics from the GitHub API and generate the JSON file. And then it will
101103create the teams and update the assets.
102104
105+ > We recommend using something like Github Actions and Github secrets to run this script on a schedule to make sure you are always synced.
106+
103107### Using External JSON File
104108
105109You can also provide a JSON file containing team details using a command line argument directly. The JSON file should
You can’t perform that action at this time.
0 commit comments