Skip to content

Commit 450a7f8

Browse files
MerlinBotwtgodbe
MerlinBot
authored andcommitted
As a repository owner, you must take action to protect Microsoft against potential Software Supply Chain attacks. This starts with ensuring your repository has a valid Azure Artifacts configuration so you can take advantage of [Central Feed Services](https://aka.ms/cfs). We are opening this PR with a fix on known issue(s) which we have detected in your repository. Please review and approve this PR at your earliest convenience.
**This may impact the ability for pipelines and developers to install packages and build projects.** ## Address **breaking changes** before you merge: * Confirm the suggested Feed is configured per your organization's guidelines. If changes are necessary, work with your Project Administrators to set it up correctly. [Learn more...](https://docs.microsoft.com/en-us/azure/devops/artifacts/feeds/feed-permissions?view=azure-devops) * Add authentication to any failing pipeline definitions. [nuget](https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/package/nuget-authenticate?view=azure-devops), [npm](https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/package/npm-authenticate?view=azure-devops). * Reach out to developers who may need to authenticate to the feed using the [internal_PublicPackages's Connect to feed](https://dev.azure.com/dnceng/internal/_artifacts/feed/internal_PublicPackages/connect) instructions in Azure Artifacts. ## Changes * `.npmrc` added as a sibling to this [package.json](/package.json) referencing [internal_PublicPackages](https://dev.azure.com/dnceng/internal/_artifacts/feed/internal_PublicPackages) feed ### Still stuck? Reach out to feedprotection@microsoft.com with any questions. --- This change was automatically generated by [1ES Gardener](https://www.1eswiki.com/wiki/1ES_Gardener) which is an initiative by the 1ES team to help repos stay up-to-date with latest tools, features, and best practices. For feedback or questions, please contact the [Gardener team](mailto:gardener@microsoft.com).
1 parent e2cf262 commit 450a7f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.npmrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Auto generated file from Gardener Plugin CentralFeedServiceAdoptionPlugin
2+
registry=https://pkgs.dev.azure.com/dnceng/internal/_packaging/internal_PublicPackages/npm/registry/
3+
4+
always-auth=true

0 commit comments

Comments
 (0)