Examples/Safe_SensitiveCredentialPattern_1.ps1
|
function Keep-SecretsSafe { $token = $env:GRAPH_API_TOKEN $gh = 'ghp_********************REDACTED**********' return "$token $gh" } |
|
function Keep-SecretsSafe { $token = $env:GRAPH_API_TOKEN $gh = 'ghp_********************REDACTED**********' return "$token $gh" } |