8000 Replace .gdnsuppress with CredScanSuppressions.json by akoeplinger · Pull Request #338 · dotnet/source-build-externals · GitHub
[go: up one dir, main page]

Skip to content

Replace .gdnsuppress with CredScanSuppressions.json #338

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .config/CredScanSuppressions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"tool": "Credential Scanner",
"suppressions": [
{
"_justification": "Third party repositories, no control over the content and these are not actual secrets.",
"file": [
"src/azure-activedirectory-identitymodel-extensions-for-dotnet/test/Certs/SelfSigned1024_SHA1.pfx",
"src/azure-activedirectory-identitymodel-extensions-for-dotnet/test/Certs/SelfSigned1024_SHA256.pfx",
"src/azure-activedirectory-identitymodel-extensions-for-dotnet/test/Certs/SelfSigned2048_SHA256.pfx",
"src/azure-activedirectory-identitymodel-extensions-for-dotnet/test/Certs/SelfSigned2048_SHA256_2.pfx",
"src/azure-activedirectory-identitymodel-extensions-for-dotnet/test/Certs/SelfSigned2048_SHA384.pfx",
"src/azure-activedirectory-identitymodel-extensions-for-dotnet/test/Certs/SelfSigned2048_SHA512.pfx",
"src/azure-activedirectory-identitymodel-extensions-for-dotnet/test/Microsoft.IdentityModel.TestUtils/KeyingMaterial.cs",
"src/humanizer/src/Humanizer.Tests.Uwp/Humanizer.Tests.Uwp_TemporaryKey.pfx",
"src/humanizer/src/Humanizer.Tests.Uwp.Runner/Humanizer.Tests.Uwp.Runner_TemporaryKey.pfx",
"src/xunit/appveyor.yml"
]
}
]
}
4 changes: 2 additions & 2 deletions .vsts.pipelines/builds/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ extends:
name: $(DncEngInternalBuildPool)
image: 1es-windows-2022
os: windows
suppression:
suppressionFile: $(Build.SourcesDirectory)\.vsts.pipelines\guardian\.gdnsuppress
credscan:
suppressionsFile: $(Build.SourcesDirectory)/.config/CredScanSuppressions.json
customBuildTags:
- ES365AIMigrationTooling
stages:
Expand Down
207 changes: 0 additions & 207 deletions .vsts.pipelines/guardian/.gdnsuppress

This file was deleted.

0