Skip to content

Commit

Permalink
Fixed the security supply chain warnings for tools repo (Azure#3275)
Browse files Browse the repository at this point in the history
  • Loading branch information
sima-zhu authored May 5, 2022
1 parent 0db221c commit 90b92cd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
Expand Down
1 change: 0 additions & 1 deletion eng/pipelines/templates/variables/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ variables:
OfficialBuildId: $(Build.BuildNumber)
skipComponentGovernanceDetection: true
DotNetCoreVersion: '3.1.405'
NugetSecurityAnalysisWarningLevel: 'none'
NotificationsCreatorVersion: '1.0.0-dev.20220414.1'
CodeOwnersSubscriberVersion: '1.0.0-dev.20220302.2'
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit" Version="1.0.1-beta1.20374.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit" Version="1.0.1-beta1.20374.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit" Version="1.1.1" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.XUnit" Version="1.1.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.3" />

Expand Down
2 changes: 1 addition & 1 deletion tools/keyvault-mock-attestation/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine
FROM mcr.microsoft.com/cbl-mariner/base/nodejs:16

WORKDIR /usr/src/app

Expand Down

0 comments on commit 90b92cd

Please sign in to comment.