Skip to content

Conversation

@rulasg
Copy link
Owner

@rulasg rulasg commented Sep 19, 2025

No description provided.

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@@ -0,0 +1,35 @@
function Get-Hubber{

Check notice

Code scanning / PSScriptAnalyzer

The cmdlet 'Get-Hubber' does not have a help comment. Note

The cmdlet 'Get-Hubber' does not have a help comment.
return $hubbers.Values
} Export-ModuleMember -Function Get-Hubber

function Get-HubberByCountry {

Check notice

Code scanning / PSScriptAnalyzer

The cmdlet 'Get-HubberByCountry' does not have a help comment. Note

The cmdlet 'Get-HubberByCountry' does not have a help comment.

# Downloaded from https://thehub.github.com/assets/org-data.json
return "~/hubbers.json"
} No newline at end of file

Check notice

Code scanning / PSScriptAnalyzer

Line has trailing whitespace Note

Line has trailing whitespace
@rulasg rulasg merged commit cd9b915 into main Sep 19, 2025
3 checks passed
@rulasg rulasg deleted the first-version branch September 19, 2025 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants