Creating import targets data for import command
Use the import:data
utility to help generate the import JSON data needed by the import command. Follow the instructions on this page:
Usage for the
import:data
utility
In the section that applies to your SCM, review the information about creating the organizations data in JSON at the beginning and then follow the steps. You must set your SCM personal access token or username and password credentials as environment variables.
Note that archived repos are excluded by default.
GitHub.com and GitHub Enterprise
You need the organizations data in JSON as an input to this command to help map Snyk Organization IDs and integration Ids that must be used during import against individual Targets to be imported. The following format is required:
Note: the "name
" of the GitHub or GitHub Enterprise organization is required in order to list all repos belonging to that organization using the GitHub API. The Snyk-specific data accompanying that organization name will be used as the information to generate import data, assuming all repos in that organization will be imported into a given Snyk Organization. This utility is opinionated. If you want to customize the import data, create it manually as described on Kicking off an import.
You can list GitHub and GitHub Enterprise organizations using the GitHub /orgs API.
You can list integrations using the Snyk API endpoint List (integrations).
You can find all Organization IDs by listing all Organizations a Group admin belongs to using the Snyk API endpoint List all organizatons in a group.
The steps to use this utility follow:
Set the GitHub.com personal access token as an environment variable:
export GITHUB_TOKEN=your_personal_access_token
.Create the organization's data in JSON as described in the opening paragraphs.
Run the command to generate import data: GitHub.com:
DEBUG=snyk* GITHUB_TOKEN=*** SNYK_TOKEN=*** snyk-api-import import:data --orgsData=path/to/snyk-orgs.json --source=github --integrationType=github
`GitHub Enterprise:DEBUG=snyk* GITHUB_TOKEN=*** SNYK_TOKEN=*** snyk-api-import import:data --orgsData=path/to/snyk-orgs.json --source=github-enterprise --integrationType=github-enterprise --sourceUrl=https://ghe.custom.com
Use the generated data to feed into the
import
command to kick off the import.
GitLab.com and Hosted GitLab
You need the organization's data in JSON as an input to this command to help map Snyk Organization IDs and integration IDs that must be used during import against individual targets to be imported. The following format is required:
Note: the "name" of the GitLab Group is required in order to list all projects belonging to that group using the GitLab API. The Snyk-specific data accompanying that Group name will be used as the information to generate import data assuming all projects in that group will be imported into a given Snyk Organization. This utility is opinionated. If you want to customize the import data, create it manually as described on Kicking off an import.
GitLab Groups can be listed using the GitLab /groups API
You can list integrations using the Snyk API endpoint List (integrations).
You can find all Organization IDs by listing all Organizations a Group admin belongs to using the Snyk API endpoint List all organizatons in a group.
The steps to use this utility follow:
Set the GitLab personal access token as an environment variable:
export GITLAB_TOKEN=your_personal_access_token
.Create the organizations data in JSON as described in the opening paragraphs.
Run the command to generate import data: Gitlab.com:
DEBUG=snyk* GITLAB_TOKEN=*** SNYK_TOKEN=*** snyk-api-import import:data --orgsData=path/to/snyk-orgs.json --source=gitlab --integrationType=gitlab
Hosted Gitlab:DEBUG=snyk* GITLAB_TOKEN=*** SNYK_TOKEN=*** snyk-api-import import:data --orgsData=path/to/snyk-orgs.json --source=gitlab --integrationType=gitlab --sourceUrl=https://gitlab.custom.com
Use the generated data to feed into the
import
command to kick off the import.
dev.azure.com and Hosted Azure
Note: This tool uses Azure API v1.
You need the organizations data in JSON as an input to this command to help map Snyk Organization IDs and integration Ids that must be used during import against individual targets to be imported. The following format is required:
Note: the "name" of the Azure organization is required in order to list all projects and repos belonging to that organization using the Azure API. The Snyk-specific data accompanying that organization name will be used as the information to generate import data assuming all projects in that organization will be imported into a given Snyk Organization. This utility is opinionated. If you want to customize the import data, create it manually as described on Kicking off an import.
Your Org name in Azure is listed on the left pane in the Azure-Devops-site
You can list integrations using the Snyk API endpoint List (integrations).
You can find all Organization IDs by listing all Organizations a Group admin belongs to using the Snyk API endpoint List all organizatons in a group.
The steps to use this utility follow:
Set the Azure personal access token as an environment variable:
export AZURE_TOKEN=your_personal_access_token
.Create the organizations data in JSON as described in the opening paragraphs.
Run the command to generate import data: dev.azure.com:
DEBUG=snyk* AZURE_TOKEN=*** SNYK_TOKEN=*** snyk-api-import import:data --orgsData=path/to/snyk-orgs.json --source=azure-repos --integrationType=azure-repos
`Hosted Azure:DEBUG=snyk* AZURE_TOKEN=*** SNYK_TOKEN=*** snyk-api-import import:data --orgsData=path/to/snyk-orgs.json --source=azure-repos --integrationType=azure-repos --sourceUrl=https://azure.custom.com
Use the generated data to feed into the
import
command to kick off the import.
Bitbucket Server
Note: This tool uses Bitbucket server API version 1.0.
You need the organizations data in JSON as an input to this command to help map Snyk Organization IDs and integration Ids that must be used during import against individual targets to be imported. The following format is required:
Note: the "name" of the Bitbucket server project is required in order to list all repos belonging to that project using the Bitbucket server API. The Snyk-specific data accompanying that project name will be used as the information to generate import data, assuming all repos in that project will be imported into a given Snyk Organization. If you want to customize the import data, create it manually as described on Kicking off an import.
Bitbucket Server Projects can be listed using the BitBucket /projects API.
You can list integrations using the Snyk API endpoint List (integrations).
You can find all Organization IDs by listing all Organizations a Group admin belongs to using the Snyk API endpoint List all organizatons in a group.
The steps to use this utility follow:
Set the Bitbucket Server personal access token as an environment variable:
export BITBUCKET_SERVER_TOKEN=your_personal_access_token
.Create the organizations data in JSON as described in the opening paragraphs.
Run the command to generate import data: Bitbucket Server:
DEBUG=snyk* BITBUCKET_SERVER_TOKEN=*** SNYK_TOKEN=*** snyk-api-import import:data --orgsData=path/to/snyk-orgs.json --source=bitbucket-server --integrationType=bitbucket-server --sourceUrl=https://bitbucket-server.dev.example.com
Use the generated data to feed into the
import
command to kick off the import.
Bitbucket Cloud
Note that this tool uses Bitbucket Cloud API version 2.0.
You need the organizations data in JSON as an input to this command to help map Snyk Organization IDs and integration Ids that must be used during import against individual targets to be imported. The following format is required:
Note: the "name" of the Bitbucket Cloud workspace is required in order to list all repositories belonging to that workspace using the Bitbucket Cloud API. The Snyk-specific data accompanying that workspace name will be used as the information to generate import data assuming all repositories in that workspace will be imported into a given Snyk Organization. This utility is opinionated. If you want to customize the import data, create it manually as described on Kicking off an import.
Bitbucket Cloud workspaces can be listed using the BItBucket /workspaces API.
You can list integrations using the Snyk API endpoint List (integrations).
You can find all Organization IDs by listing all Organizations a Group admin belongs to using the Snyk API endpoint List all organizatons in a group.
The steps to use this utility follow:
Set the username and password credentials for your Bitbucket Cloud as environment variables:
export BITBUCKET_CLOUD_USERNAME=your_bitbucket_cloud_username
export BITBUCKET_CLOUD_PASSWORD=your_bitbucket_cloud_password
Create the organizations data in JSON as described in the opening paragraphs.
Run the command to generate import data: Bitbucket Cloud:
DEBUG=snyk* BITBUCKET_CLOUD_USERNAME=*** BITBUCKET_CLOUD_PASSWORD=*** SNYK_TOKEN=*** snyk-api-import import:data --orgsData=path/to/snyk-orgs.json --source=bitbucket-cloud --integrationType=bitbucket-cloud
Use the generated data to feed into the
import
command to kick off the import.
Recommendations
Use the endpoint Set notification settings to disable notifications for emails and so on to avoid receiving import notifications.
Use the Update (integration settings) endpoint to disable the fix PRs and PR checks until import is complete to avoid sending extra requests to SCMs (GitHub, GitLab, Bitbucket, and so on).
Last updated