From 0a49fbf8c3b78930ac7eef6ce19cd0a40e38f507 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Wed, 21 Aug 2024 03:56:59 +0200 Subject: [PATCH] updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 827e6a4c..0a7713db 100644 --- a/README.md +++ b/README.md @@ -815,9 +815,9 @@ See also [Knowledge Base notes for Hadoop](https://github.com/HariSekhon/Knowled - `github_repo_latest_release.sh` - returns the latest release tag for a given GitHub repo via the GitHub API - `github_repo_latest_release_filter.sh` - returns the latest release tag matching a given regex filter for a given GitHub repo via the GitHub API. Useful for getting the latest version of things like Kustomize which has other releases for kyaml - `github_repo_stars.sh` - fetches the stars, forks and watcher counts for a given repo - - `github_repos_stars.sh` - fetches the total number of stars for all original source public repos for a given user - - `github_repos_forks.sh` - fetches the total number of forks for all original source public repos for a given user - `github_repo_teams.sh` - fetches the GitHub Enterprise teams and their role permisions for a given repo. Combine with `github_foreach_repo.sh` to audit your all your personal or GitHub organization's repos + - `github_user_repos_stars.sh` - fetches the total number of stars for all original source public repos for a given user + - `github_user_repos_forks.sh` - fetches the total number of forks for all original source public repos for a given user - `github_repo_collaborators.sh` - fetches a repo's granted users and outside invited collaborators as well as their role permisions for a given repo. Combine with `github_foreach_repo.sh` to audit your all your personal or GitHub organization's repos - `github_repo_protect_branches.sh` - enables branch protections on the given repo. Can specify one or more branches to protect, otherwise finds and applies to any of `master`, `main`, `develop`, `dev`, `staging`, `production` - `github_repos_find_files.sh` - finds files matching a regex across all repos in the current GitHub organization or user account