Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

SAST-Create-report: bug fix: provide default for report_teams param #66

Merged
merged 1 commit into from
Dec 1, 2023

Commits on Sep 25, 2023

  1. SAST-Create-report: bug fix: provide default for report_teams param

    We set the default value of the report_teams parameter to an empty
    array so that when we pipe it to the ForEach-Object we don't get:
    
    +     if ( ! $_.StartsWith("/") ) {
    +          ~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
        + FullyQualifiedErrorId : InvokeMethodOnNull
    james-bostock-cx committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    641c6e2 View commit details
    Browse the repository at this point in the history