aspnet / AspNetWebHooks

Libraries to create and consume web hooks on ASP.NET 4.x (Due to other priorities this project is currently in maintenance mode only. There are no planned releases at this time. No new features are planned and we are only addressing critical issues as required.)
Apache License 2.0
134 stars 103 forks source link

Add CredScanSuppressions file #51

Closed wtgodbe closed 3 years ago

wtgodbe commented 3 years ago

Suppresses credScan warnings about an old fake secret checked in to a test file: https://github.com/aspnet/AspNetWebHooks/blob/8c452662ec47fd72d0e80c83703b2493c87e5c45/test/Microsoft.AspNet.WebHooks.Receivers.Instagram.Test/WebHooks/InstagramWebHookClientTests.cs#L25

Without this we can't push this repo to AzDO.