Jim (Dimitrios) Andrakakis
Results
2
comments of
Jim (Dimitrios) Andrakakis
BTW I have a workaround as follows: ``` $scanResults = Find-Secret -Path '$(System.DefaultWorkingDirectory)' $scanErrors = $scanResults.Results | Where-Object { $_.Filename -ne 'package-lock.json' } if ($scanErrors.Count -gt 0) { $scanErrors |...
Oh I understand now. I can simply move the .ignoreSecrets file to the root. I'll give a try today and ping back. Many thanks!