зеркало из https://github.com/dotnet/sdk.git
Start generating a unified CredScan baseline for VMR (#42232)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
This commit is contained in:
Родитель
0344f9c42c
Коммит
ef5d32d5c8
|
@ -3,7 +3,7 @@
|
|||
"isRoot": true,
|
||||
"tools": {
|
||||
"microsoft.dotnet.darc": {
|
||||
"version": "1.1.0-beta.24327.2",
|
||||
"version": "1.1.0-beta.24367.3",
|
||||
"commands": [
|
||||
"darc"
|
||||
]
|
||||
|
|
|
@ -615,13 +615,13 @@
|
|||
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||
<Sha>1f70f0cc663b5d45f77840e9728386e5fa7944f9</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24327.2">
|
||||
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24367.3">
|
||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||
<Sha>50d348db96960cbfcd79e869fb7d3b8a9e62e5e4</Sha>
|
||||
<Sha>47e3672c762970073e4282bd563233da86bcca3e</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.24327.2">
|
||||
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.24367.3">
|
||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||
<Sha>50d348db96960cbfcd79e869fb7d3b8a9e62e5e4</Sha>
|
||||
<Sha>47e3672c762970073e4282bd563233da86bcca3e</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.ScenarioTests.SdkTemplateTests" Version="9.0.0-preview.24279.2">
|
||||
<Uri>https://github.com/dotnet/scenario-tests</Uri>
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade-services -->
|
||||
<MicrosoftDotNetDarcLibVersion>1.1.0-beta.24327.2</MicrosoftDotNetDarcLibVersion>
|
||||
<MicrosoftDotNetDarcLibVersion>1.1.0-beta.24367.3</MicrosoftDotNetDarcLibVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/winforms -->
|
||||
|
|
|
@ -187,6 +187,7 @@ $darcArgs = (
|
|||
"--component-template", $componentTemplate,
|
||||
"--tpn-template", $tpnTemplate,
|
||||
"--discard-patches",
|
||||
"--generate-credscansuppressions",
|
||||
$repository
|
||||
)
|
||||
|
||||
|
|
|
@ -271,6 +271,7 @@ fi
|
|||
--component-template "$component_template" \
|
||||
--tpn-template "$tpn_template" \
|
||||
--discard-patches \
|
||||
--generate-credscansuppressions \
|
||||
"$repository"
|
||||
|
||||
if [[ $? == 0 ]]; then
|
||||
|
|
Загрузка…
Ссылка в новой задаче