Skip to content

Commit

Permalink
Merge pull request #34 from snykerjames/feat/add-ghe-support
Browse files Browse the repository at this point in the history
Feat/add ghe support
  • Loading branch information
EricFernandezSnyk authored Jul 9, 2024
2 parents 0f51117 + 3bb54ec commit 57a32e0
Show file tree
Hide file tree
Showing 5 changed files with 319 additions and 194 deletions.
4 changes: 3 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Once you run ```snyk-tags```, go into the UI, naviagate to the projects page and

### **Requirements**

Requires Python version above 3.6
Requires Python version above 3.8

### **Installation**

Expand Down Expand Up @@ -121,12 +121,14 @@ snyk-tags target attributes --target=snyk-labs/python-goof --org-id=abc --snytk
```

I want mark with the repo owners all projects of the repo ```snyk-labs/nodejs-goof``` so I can filter by owner e.g.```Owner:EricFernandezSnyk```
(to use a private GitHub instance, use `--gh-base-url=<your instance's API baseurl>`. Example: `--gh-base-url=https://gh.local/api/v3`)

``` bash
snyk-tags target github owners --target=snyk-labs/nodejs-goof --org-id=abc --snyktkn=abc --githubtkn=abc
```

I want add my GitHub Topics to all projects of the repo ```snyk-labs/nodejs-goof``` so I can filter by topics e.g.```GitHubTopic:python3```
(to use a private GitHub instance, use `--gh-base-url=<your instance's API baseurl>`. Example: `--gh-base-url=https://gh.local/api/v3`)

``` bash
snyk-tags target github topics --target=snyk-labs/nodejs-goof --org-id=abc --snyktkn=abc --githubtkn=abc
Expand Down
Loading

0 comments on commit 57a32e0

Please sign in to comment.