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:
dotnet-maestro[bot] 2024-07-18 12:15:22 +00:00 коммит произвёл GitHub
Родитель 0344f9c42c
Коммит ef5d32d5c8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
5 изменённых файлов: 8 добавлений и 6 удалений

Просмотреть файл

@ -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