Skip to content

Commit ef5d32d

Browse files
Start generating a unified CredScan baseline for VMR (dotnet#42232)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
1 parent 0344f9c commit ef5d32d

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"microsoft.dotnet.darc": {
6-
"version": "1.1.0-beta.24327.2",
6+
"version": "1.1.0-beta.24367.3",
77
"commands": [
88
"darc"
99
]

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -615,13 +615,13 @@
615615
<Uri>https://github.com/dotnet/runtime</Uri>
616616
<Sha>1f70f0cc663b5d45f77840e9728386e5fa7944f9</Sha>
617617
</Dependency>
618-
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24327.2">
618+
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24367.3">
619619
<Uri>https://github.com/dotnet/arcade-services</Uri>
620-
<Sha>50d348db96960cbfcd79e869fb7d3b8a9e62e5e4</Sha>
620+
<Sha>47e3672c762970073e4282bd563233da86bcca3e</Sha>
621621
</Dependency>
622-
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.24327.2">
622+
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.24367.3">
623623
<Uri>https://github.com/dotnet/arcade-services</Uri>
624-
<Sha>50d348db96960cbfcd79e869fb7d3b8a9e62e5e4</Sha>
624+
<Sha>47e3672c762970073e4282bd563233da86bcca3e</Sha>
625625
</Dependency>
626626
<Dependency Name="Microsoft.DotNet.ScenarioTests.SdkTemplateTests" Version="9.0.0-preview.24279.2">
627627
<Uri>https://github.com/dotnet/scenario-tests</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
</PropertyGroup>
107107
<PropertyGroup>
108108
<!-- Dependency from https://github.com/dotnet/arcade-services -->
109-
<MicrosoftDotNetDarcLibVersion>1.1.0-beta.24327.2</MicrosoftDotNetDarcLibVersion>
109+
<MicrosoftDotNetDarcLibVersion>1.1.0-beta.24367.3</MicrosoftDotNetDarcLibVersion>
110110
</PropertyGroup>
111111
<PropertyGroup>
112112
<!-- Dependency from https://github.com/dotnet/winforms -->

eng/vmr-sync.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ $darcArgs = (
187187
"--component-template", $componentTemplate,
188188
"--tpn-template", $tpnTemplate,
189189
"--discard-patches",
190+
"--generate-credscansuppressions",
190191
$repository
191192
)
192193

eng/vmr-sync.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ fi
271271
--component-template "$component_template" \
272272
--tpn-template "$tpn_template" \
273273
--discard-patches \
274+
--generate-credscansuppressions \
274275
"$repository"
275276

276277
if [[ $? == 0 ]]; then

0 commit comments

Comments
 (0)