Skip to content

Commit 36d33f8

Browse files
authored
Remove downloading of java.gdnbaseline file
That file was removed with PR #43773 so we need to stop trying to download it.
1 parent 690c727 commit 36d33f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

eng/pipelines/templates/steps/download-credscan-suppressions.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,5 @@ steps:
88
$req = Invoke-WebRequest https://raw.githubusercontent.com/Azure/azure-sdk-for-java/main/eng/CredScanSuppression.json
99
$req.RawContent | Out-File eng/CredScanSuppression.json
1010
11-
$req2 = Invoke-WebRequest https://raw.githubusercontent.com/Azure/azure-sdk-for-java/main/eng/java.gdnbaselines
12-
$req2.RawContent | Out-File eng/java.gdnbaselines
1311
workingDirectory: $(Build.SourcesDirectory)
1412
displayName: Set credscan suppression/baseline file

0 commit comments

Comments
 (0)