Skip to content

Commit 77fcc79

Browse files
authored
change mentions of ADO organization to project (#2007)
1 parent b3071bf commit 77fcc79

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

docs/deployment/connect-scm.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ tags:
1111

1212
import Tabs from '@theme/Tabs';
1313
import TabItem from '@theme/TabItem';
14+
import PL from '@site/src/components/Placeholder';
1415

1516
# Connect a source code manager
1617

@@ -52,11 +53,11 @@ If you opted to scan a GitHub or GitLab repository when you initially signed in,
5253
1. Optional: If you have created more than one Semgrep account, select the account you want to make a connection for by clicking on the **Navigation bar > Your account name > The account you want to connect**.<br />
5354
<img src="/docs/img/more-accounts-dropdown.png" height="350px" />
5455
1. Go to **<i class="fa-solid fa-gear"></i> Settings > Source code managers > Add > Azure DevOps**.
55-
1. In the **Connect your Azure DevOps organization** dialog box, provide:
56-
- The **Name of your Azure DevOps organization**
56+
1. In the **Connect your Azure DevOps Project** dialog box, provide:
57+
- The **Name of your Azure DevOps Project**. Ensure that the value you provide follows the format <PL>organization</PL>/<PL>project</PL>. This information can be seen in the project URL, for example `https://dev.azure.com/organization/project`.
5758
- Your **Access token**. See [User personal access tokens](https://learn.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate) for information on generating a token.
5859
2. Click **Connect** to save and proceed.
59-
3. The Azure DevOps organization is now listed under **Source code managers**. Click **Test** to verify that the new connection is installed correctly.
60+
3. The Azure DevOps project is now listed under **Source code managers**. Click **Test** to verify that the new connection is installed correctly.
6061

6162
</TabItem>
6263
<TabItem value='bitbucket-cloud'>

docs/deployment/create-account-and-orgs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Semgrep organizations can be **connected** to equivalent GitHub, GitLab, and SSO
8080

8181
### Next steps for Bitbucket and Azure Repos users
8282

83-
- Connect your Semgrep org to your Bitbucket Data Center project or your Azure DevOps organization. Refer to [<i class="fa-regular fa-file-lines"></i> Connect a source code manager](/deployment/connect-scm) for steps.
83+
- Connect your Semgrep org to your Bitbucket Data Center project or your Azure DevOps project. Refer to [<i class="fa-regular fa-file-lines"></i> Connect a source code manager](/deployment/connect-scm) for steps.
8484
- To add members to your Semgrep organization, set up [<i class="fa-regular fa-file-lines"></i> SSO authentication](/deployment/sso).
8585
- You can also opt to scan a repository instead.
8686

docs/semgrep-appsec-platform/azure-pr-comments.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import PrCommentsInSast from "/src/components/procedure/_pr-comments-in-sast.mdx
1616
import TroubleshootingPrLinks from "/src/components/reference/_troubleshooting-pr-links.mdx"
1717
import NextAfterComments from "/src/components/procedure/_next-after-comments.mdx"
1818
import CommentsInSupplyChain from "/src/components/concept/_comments-in-supply-chain.md"
19+
import PL from '@site/src/components/Placeholder';
1920

2021
<!-- vale on -->
2122

@@ -46,14 +47,14 @@ In addition to finishing the previous steps in your deployment journey, it is re
4647

4748
### Confirm your Semgrep account's connection
4849

49-
PR comments are enabled by default for users who have connected their Azure DevOps organization (org) to Semgrep AppSec Platform. Confirm that you have the correct connection and access:
50+
PR comments are enabled by default for users who have connected their Azure DevOps project to Semgrep AppSec Platform. Confirm that you have the correct connection and access:
5051

5152
1. In your Semgrep AppSec Platform account, click **Settings > Source code managers**.
52-
2. Check that an entry for your Azure DevOps org exists and is correct.
53+
2. Check that an entry for your Azure DevOps project exists and is correct.
5354

5455
### Set up the configuration file
5556

56-
In the Azure Pipelines configuration file, export the `SEMGREP_REPO_URL` and `SEMGREP_REPO_NAME` variables to enable PR comments and ensure that findings and related data are accurately labeled with your project's information. Note that the namespace that's a part of the variable's value follows the format `{organization}/{project}`:
57+
In the Azure Pipelines configuration file, export the `SEMGREP_REPO_URL` and `SEMGREP_REPO_NAME` variables to enable PR comments and ensure that findings and related data are accurately labeled with your project's information. Note that the namespace that's a part of the variable's value follows the format <PL>organization</PL>/<PL>project</PL>:
5758

5859
```
5960
# example

0 commit comments

Comments
 (0)