Skip to content

Commit b1507a4

Browse files
authored
Update links (#2)
1 parent 2c6ad00 commit b1507a4

File tree

7 files changed

+38
-42
lines changed

7 files changed

+38
-42
lines changed

.github/PULL_REQUEST_TEMPLATE/new_detector_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- Please complete this new detector checklist -->
55
#### New Detector Checklist
66

7-
- [ ] I have gone through the docs for creating a new detector [here](https://github.com/microsoft/componentdetection-bcde/blob/main/docs/creating-a-new-detector.md)
7+
- [ ] I have gone through the docs for creating a new detector [here](https://github.com/microsoft/component-detection/blob/main/docs/creating-a-new-detector.md)
88
- [ ] My new detector implements `IDefaultOffComponentDetector`
99
- [ ] I have created a PR to the [verification repo](https://github.com/microsoft/componentdetection-verification) with components that my new detector can find
10-
- [ ] (If necessary) I have updated the [Feature Overview](https://github.com/microsoft/componentdetection-bcde/blob/main/README.md#feature-overview) table in the README
10+
- [ ] (If necessary) I have updated the [Feature Overview](https://github.com/microsoft/component-detection/blob/main/README.md#feature-overview) table in the README

Directory.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
<Copyright>Copyright © Microsoft Corporation. All rights reserved.</Copyright>
1414
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1515
<PackageLicenseExpression>MIT</PackageLicenseExpression>
16-
<PackageProjectUrl>https://github.com/microsoft/componentdetection-bcde</PackageProjectUrl>
17-
<RepositoryUrl>https://github.com/microsoft/componentdetection-bcde.git</RepositoryUrl>
16+
<PackageProjectUrl>https://github.com/microsoft/component-detection</PackageProjectUrl>
17+
<RepositoryUrl>https://github.com/microsoft/component-detection.git</RepositoryUrl>
1818
<RepositoryType>git</RepositoryType>
19-
<PackageReleaseNotes>https://github.com/microsoft/componentdetection-bcde/releases</PackageReleaseNotes>
19+
<PackageReleaseNotes>https://github.com/microsoft/component-detection/releases</PackageReleaseNotes>
2020
</PropertyGroup>
2121

2222
<ItemGroup Label="Package References">
@@ -37,4 +37,4 @@
3737
<ItemGroup Label="Package References">
3838
<PackageReference Include="MinVer" PrivateAssets="all"/>
3939
</ItemGroup>
40-
</Project>
40+
</Project>

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11

22
# Component Detection
3-
![Component Detection CI](https://github.com/microsoft/componentdetection-bcde/workflows/Component%20Detection%20CI/badge.svg)
3+
![Component Detection CI](https://github.com/microsoft/component-detection/workflows/Component%20Detection%20CI/badge.svg)
44

55
**For bugs, issues, and support please create an issue.**
66

77
# Introduction
88

9-
ComponentDetection (BCDE) is a package scanning tool intended to be used at build time. BCDE produces a graph-based output of all detected components and supports a variety of open source package ecosystems.
9+
ComponentDetection is a package scanning tool intended to be used at build time. CD produces a graph-based output of all detected components and supports a variety of open source package ecosystems.
1010

1111
# Table of Contents
1212

1313
* [Feature Overview](#Feature-Overview)
1414
* [My favorite language/ecosystem isn't supported!](#My-favorite-language/ecosystem-isn't-supported!)
15-
* [Building and running BCDE](#Building-and-running-BCDE)
15+
* [Building and running Component Detection](#Building-and-running-Component-Detection)
1616
* [Running in Visual Studio (2019+)](#Running-in-Visual-Studio-(2019+))
1717
* [Running from command line](#Running-from-command-line)
1818
* [After building](#After-building)
@@ -38,10 +38,10 @@ For a complete feature overview refer to [feature-overview.md](docs/feature-over
3838

3939
# My favorite language/ecosystem isn't supported!
4040

41-
BCDE is built with extensibility in mind! Please see our [CONTRIBUTING.md](CONTRIBUTING.md) to get started where you can find additional docs on adding your own detector.
41+
Component Detection is built with extensibility in mind! Please see our [CONTRIBUTING.md](CONTRIBUTING.md) to get started where you can find additional docs on adding your own detector.
4242

4343

44-
# Building and running BCDE
44+
# Building and running Component Detection
4545
DotNet Core SDK 6.0.0-rc2 is currently in use, you can install it from https://dotnet.microsoft.com/download/dotnet/6.0
4646
We also use node and npm, you can install them from https://nodejs.org/en/download/
4747

@@ -59,14 +59,14 @@ From the base folder:
5959

6060
## Using Codespaces
6161

62-
If you have access to [GitHub Codespaces](https://docs.github.com/en/free-pro-team@latest/github/developing-online-with-codespaces/about-codespaces), select the `Code` button from the [repository homepage](https://github.com/microsoft/componentdetection-bcde) then select `Open with Codespaces`. That's it! You have a full developer environment that supports debugging, testing, auto complete, jump to definition, everything you would expect.
62+
If you have access to [GitHub Codespaces](https://docs.github.com/en/free-pro-team@latest/github/developing-online-with-codespaces/about-codespaces), select the `Code` button from the [repository homepage](https://github.com/microsoft/component-detection) then select `Open with Codespaces`. That's it! You have a full developer environment that supports debugging, testing, auto complete, jump to definition, everything you would expect.
6363

6464
## Using VS Code DevContainer
6565

6666
This is similar to Codespaces:
6767

6868
1. Make sure you meet [the requirements](https://code.visualstudio.com/docs/remote/containers#_getting-started) and follow the installation steps for DevContainers in VS Code
69-
1. `git clone https://github.com/microsoft/componentdetection-bcde`
69+
1. `git clone https://github.com/microsoft/component-detection`
7070
1. Open this repo in VS Code
7171
1. A notification should popup to reopen the workspace in the container. If it doesn't, open the [`Command Palette`](https://code.visualstudio.com/docs/getstarted/tips-and-tricks#_command-palette) and type `Remote-Containers: Reopen in Container`.
7272

docs/linux-scanner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ There are 2 options for working on the Linux scanner:
1313
**NOTE**: Docker + WSL2 is not a shortcut for this :( The bind mount is still not support even if it's created in WSL2. (See the Windows way to udnerstand why it's necessary)
1414

1515
1. [Using Hyper-V Quick Create](https://blogs.windows.com/windowsdeveloper/2018/09/17/run-ubuntu-virtual-machines-made-even-easier-with-hyper-v-quick-create/), create a Ubuntu virtual machine. Make sure you give it at least 30gb of storage, docker and the images use a lot of space.
16-
2. Clone BCDE in your VM
16+
2. Clone Component Detection in your VM
1717
3. Install docker
1818
4. Start developing!
1919

docs/renewing-secrets.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,20 @@
22

33
Almost all of our [workflows](../.github/workflows) require secrets and those secrets can be invalidated, deleted or expired so we need to know how to renew them.
44

5-
The secrets in use today in the BCDE repo can be found [here](https://github.com/microsoft/componentdetection-bcde/settings/secrets):
5+
The secrets in use today in the Component Detection repo can be found [here](https://github.com/microsoft/component-detection/settings/secrets):
66

77
* GH_PRIVATE_REPO_PAT
88

9-
## Before Starting
10-
11-
Verify your account has sufficient permissions. You can do this by building BCDE locally. This will verify you have access to read the packages being created and read the private BCDE repo.
12-
139
## Renewing GH_PRIVATE_REPO_PAT
1410

1511
1. Click this link: https://github.com/settings/tokens/new
16-
1. (Optional) Name the token BCDE_GH_PRIVATE_REPO_PAT. This will make things easier to track in the future
12+
1. (Optional) Name the token COMPONENT_DETECTION_GH_PRIVATE_REPO_PAT. This will make things easier to track in the future
1713
1. Check the following permissions:
1814
* Full `repo` scope
1915
* `read:packages` scope
2016
1. Click **Generate token**
2117
1. Copy and paste that token into notepad once you see it because it will disappear as soon as you leave the page
22-
1. Enable SSO for both GitHub and Microsoft organizations for the token
23-
1. In the [BCDE secrets page](https://github.com/microsoft/componentdetection-bcde/settings/secrets) click update on **GH_PRIVATE_REPO_PAT**
18+
1. Enable SSO for Microsoft organizations for the token
19+
1. In the [Component Detection secrets page](https://github.com/microsoft/component-detection/settings/secrets) click update on **GH_PRIVATE_REPO_PAT**
2420
1. Paste in your new token
2521
1. Click **Update Secret**

test/Microsoft.ComponentDetection.Detectors.Tests/Resources/project_assets_2_2.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9240,11 +9240,11 @@
92409240
"project": {
92419241
"version": "1.0.0",
92429242
"restore": {
9243-
"projectUniqueName": "D:\\Source\\componentdetection-bcde\\src\\Loader\\MS.VS.Services.Governance.ComponentDetection.Loader.csproj",
9243+
"projectUniqueName": "D:\\Source\\component-detection\\src\\Loader\\MS.VS.Services.Governance.ComponentDetection.Loader.csproj",
92449244
"projectName": "Microsoft.VisualStudio.Services.Governance.ComponentDetection.Loader",
9245-
"projectPath": "D:\\Source\\componentdetection-bcde\\src\\Loader\\MS.VS.Services.Governance.ComponentDetection.Loader.csproj",
9245+
"projectPath": "D:\\Source\\component-detection\\src\\Loader\\MS.VS.Services.Governance.ComponentDetection.Loader.csproj",
92469246
"packagesPath": "C:\\Users\\brphelps\\.nuget\\packages\\",
9247-
"outputPath": "D:\\Source\\componentdetection-bcde\\src\\Loader\\obj\\",
9247+
"outputPath": "D:\\Source\\component-detection\\src\\Loader\\obj\\",
92489248
"projectStyle": "PackageReference",
92499249
"fallbackFolders": [
92509250
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
@@ -9263,17 +9263,17 @@
92639263
"frameworks": {
92649264
"netcoreapp2.2": {
92659265
"projectReferences": {
9266-
"D:\\Source\\componentdetection-bcde\\src\\Common\\MS.VS.Services.Governance.ComponentDetection.Common.csproj": {
9267-
"projectPath": "D:\\Source\\componentdetection-bcde\\src\\Common\\MS.VS.Services.Governance.ComponentDetection.Common.csproj"
9266+
"D:\\Source\\component-detection\\src\\Common\\MS.VS.Services.Governance.ComponentDetection.Common.csproj": {
9267+
"projectPath": "D:\\Source\\component-detection\\src\\Common\\MS.VS.Services.Governance.ComponentDetection.Common.csproj"
92689268
},
9269-
"D:\\Source\\componentdetection-bcde\\src\\Contracts\\MS.VS.Services.Governance.ComponentDetection.Contracts.csproj": {
9270-
"projectPath": "D:\\Source\\componentdetection-bcde\\src\\Contracts\\MS.VS.Services.Governance.ComponentDetection.Contracts.csproj"
9269+
"D:\\Source\\component-detection\\src\\Contracts\\MS.VS.Services.Governance.ComponentDetection.Contracts.csproj": {
9270+
"projectPath": "D:\\Source\\component-detection\\src\\Contracts\\MS.VS.Services.Governance.ComponentDetection.Contracts.csproj"
92719271
},
9272-
"D:\\Source\\componentdetection-bcde\\src\\Detectors\\MS.VS.Services.Governance.ComponentDetection.Detectors.csproj": {
9273-
"projectPath": "D:\\Source\\componentdetection-bcde\\src\\Detectors\\MS.VS.Services.Governance.ComponentDetection.Detectors.csproj"
9272+
"D:\\Source\\component-detection\\src\\Detectors\\MS.VS.Services.Governance.ComponentDetection.Detectors.csproj": {
9273+
"projectPath": "D:\\Source\\component-detection\\src\\Detectors\\MS.VS.Services.Governance.ComponentDetection.Detectors.csproj"
92749274
},
9275-
"D:\\Source\\componentdetection-bcde\\src\\Orchestrator\\MS.VS.Services.Governance.ComponentDetection.Orchestrator.csproj": {
9276-
"projectPath": "D:\\Source\\componentdetection-bcde\\src\\Orchestrator\\MS.VS.Services.Governance.ComponentDetection.Orchestrator.csproj",
9275+
"D:\\Source\\component-detection\\src\\Orchestrator\\MS.VS.Services.Governance.ComponentDetection.Orchestrator.csproj": {
9276+
"projectPath": "D:\\Source\\component-detection\\src\\Orchestrator\\MS.VS.Services.Governance.ComponentDetection.Orchestrator.csproj",
92779277
"privateAssets": "all"
92789278
}
92799279
}
@@ -9341,4 +9341,4 @@
93419341
}
93429342
}
93439343
}
9344-
}
9344+
}

test/Microsoft.ComponentDetection.Detectors.Tests/Resources/project_assets_2_2_additional.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4133,11 +4133,11 @@
41334133
"project": {
41344134
"version": "1.0.0",
41354135
"restore": {
4136-
"projectUniqueName": "D:\\Source\\componentdetection-bcde\\src\\Detectors\\MS.VS.Services.Governance.ComponentDetection.Detectors.csproj",
4136+
"projectUniqueName": "D:\\Source\\component-detection\\src\\Detectors\\MS.VS.Services.Governance.ComponentDetection.Detectors.csproj",
41374137
"projectName": "Microsoft.VisualStudio.Services.Governance.ComponentDetection.Detectors",
4138-
"projectPath": "D:\\Source\\componentdetection-bcde\\src\\Detectors\\MS.VS.Services.Governance.ComponentDetection.Detectors.csproj",
4138+
"projectPath": "D:\\Source\\component-detection\\src\\Detectors\\MS.VS.Services.Governance.ComponentDetection.Detectors.csproj",
41394139
"packagesPath": "C:\\Users\\brphelps\\.nuget\\packages\\",
4140-
"outputPath": "D:\\Source\\componentdetection-bcde\\src\\Detectors\\obj\\",
4140+
"outputPath": "D:\\Source\\component-detection\\src\\Detectors\\obj\\",
41414141
"projectStyle": "PackageReference",
41424142
"fallbackFolders": [
41434143
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
@@ -4156,11 +4156,11 @@
41564156
"frameworks": {
41574157
"netcoreapp2.2": {
41584158
"projectReferences": {
4159-
"D:\\Source\\componentdetection-bcde\\src\\Common\\MS.VS.Services.Governance.ComponentDetection.Common.csproj": {
4160-
"projectPath": "D:\\Source\\componentdetection-bcde\\src\\Common\\MS.VS.Services.Governance.ComponentDetection.Common.csproj"
4159+
"D:\\Source\\component-detection\\src\\Common\\MS.VS.Services.Governance.ComponentDetection.Common.csproj": {
4160+
"projectPath": "D:\\Source\\component-detection\\src\\Common\\MS.VS.Services.Governance.ComponentDetection.Common.csproj"
41614161
},
4162-
"D:\\Source\\componentdetection-bcde\\src\\Contracts\\MS.VS.Services.Governance.ComponentDetection.Contracts.csproj": {
4163-
"projectPath": "D:\\Source\\componentdetection-bcde\\src\\Contracts\\MS.VS.Services.Governance.ComponentDetection.Contracts.csproj"
4162+
"D:\\Source\\component-detection\\src\\Contracts\\MS.VS.Services.Governance.ComponentDetection.Contracts.csproj": {
4163+
"projectPath": "D:\\Source\\component-detection\\src\\Contracts\\MS.VS.Services.Governance.ComponentDetection.Contracts.csproj"
41644164
}
41654165
}
41664166
}
@@ -4291,4 +4291,4 @@
42914291
}
42924292
}
42934293
}
4294-
}
4294+
}

0 commit comments

Comments
 (0)