Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Ensure you performed the steps described in Enabling the Global Configuration.

  2. Go to the whitesource-config repository.

  3. Add a new file named migration.json in the default branch.

  4. Inside the file, add the following content (to change parameters and values, refer to the table below):

    Code Block
    {
       "migrationMode": {
         "changeType": "inheritance",
         "openPR": true
       },
       "includeRepos": [],
       "excludeRepos": []
    }
  5. To run the migration, commit and push the file. A WhiteSource Security Check (as part of a Check Run for GitHub.com/GitHub Enterprise, Commit Status for GitLab, and Build Status for Bitbucket Server) will be generated and will display a summary of the migrated repositories. In addition, the migration.json file will be deleted after the migration is completed.
    NOTE: In WhiteSource for Bitbucket Server, the migration.json file needs to be manually removed.

...