Skip to content

Commit

Permalink
show the error
Browse files Browse the repository at this point in the history
  • Loading branch information
rajbos committed Jan 7, 2025
1 parent 9aba466 commit 9c58404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/library.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c58404

Please sign in to comment.