From 9c58404003aa111132a2a7143de2714dc599f502 Mon Sep 17 00:00:00 2001 From: Rob Bos Date: Tue, 7 Jan 2025 20:52:52 +0000 Subject: [PATCH] show the error --- .github/workflows/library.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/library.ps1 b/.github/workflows/library.ps1 index 38f33c198..c7cb800ab 100644 --- a/.github/workflows/library.ps1 +++ b/.github/workflows/library.ps1 @@ -718,7 +718,7 @@ function GetFoundSecretCount { $url = "/orgs/$forkOrg/secret-scanning/alerts" try { - $alertsResult = ApiCall -method GET -url $url -access_token $access_token_destination -hideFailedCall $true + $alertsResult = ApiCall -method GET -url $url -access_token $access_token_destination -hideFailedCall $false Write-Message "" -logToSummary $true Write-Message "## Secret scanning alerts" -logToSummary $true $totalAlerts = 0