Skip to content

Commit

Permalink
Update check_licenses.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vmwclabot2 authored Jan 27, 2025
1 parent 9e9dc83 commit f10cc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check_licenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def main():
included_repos = [r.strip() for r in os.environ.get('INCLUDED_REPOS', '').split(',') if r.strip()]

# Get repositories accessible to the bot via org membership
repos = user.get_repos(affiliation="organization_member", type="all")
repos = user.get_repos(affiliation="organization_member", visibility="all")

results = {
'non_permissive': [],
Expand Down

0 comments on commit f10cc5c

Please sign in to comment.