For the complete documentation index, see llms.txt. This page is also available as Markdown.

Connecting Azure DevOps

Connect Seal to an Azure DevOps organization using a personal access token.

Connecting Azure DevOps gives the Seal Platform read access to the repositories you choose, so they can run in source code mode. The Azure DevOps integration covers discovery; remediation runs through the Seal CLI in your CI/CD pipeline (or one of the other deployment methods).

Before you start

  • You have the Admin or Sealer role in Seal.

  • You have the URL of your Azure DevOps organization (for example, https://dev.azure.com/your-organization/).

  • You have an Azure DevOps personal access token with full access, or at least Code (Read & Write).

Steps

  1. Open the Projects page in the Seal UI.

  2. Click Import projects and select Azure DevOps from the dropdown.

  3. If Azure DevOps is not yet connected, the modal opens at the LOGIN step. Fill in:

    • Azure DevOps URL (the URL of your organization).

    • Personal Access Token.

  4. If Azure DevOps is already connected, the modal opens directly at the IMPORT step.

  5. In the IMPORT step, select the repositories you want to import as Seal Projects, then confirm.

The Connect to Azure DevOps modal LOGIN step with URL and PAT fields
Connecting to Azure DevOps

Verify

Each imported repository becomes a Seal Project in source code mode. The first scan starts in the background; results appear on the Protection page's Vulnerable packages tab as the scan completes.

Last updated