1
0
mirror of https://github.com/HariSekhon/DevOps-Bash-tools.git synced 2025-02-06 09:28:21 +00:00

updated github_public_lines_of_code.sh
All checks were successful
Checkov / Checkov (push) Has been skipped
Docker Build (CentOS) / Docker Build (push) Has been skipped
Docker Build (Alpine) / Docker Build (push) Has been skipped
Docker Build (Fedora) / Docker Build (push) Has been skipped
Docker Build (Debian) / Docker Build (push) Has been skipped
Docker Build (Ubuntu) / Docker Build (push) Has been skipped
Grype / Grype (push) Has been skipped
Kics / Kics (push) Has been skipped
Markdown / Markdown (push) Has been skipped
Semgrep Cloud / Semgrep Cloud (push) Has been skipped
Semgrep / Semgrep GitHub Security Tab (push) Has been skipped
ShellCheck / ShellCheck (push) Has been skipped
SonarCloud / SonarCloud (push) Has been skipped
Trivy / Trivy (push) Has been skipped
Trivy Docker Image Scan / Trivy Docker Image Scan (push) Has been skipped
Validation / Validate (push) Has been skipped
GitHub Actions Ubuntu / Build (push) Has been skipped
Ubuntu 20.04 / Build (push) Has been skipped
Ubuntu 22.04 / Build (push) Has been skipped
Python 3.8 / Python 3.8 (push) Has been skipped
Python 3.9 / Python 3.9 (push) Has been skipped
Ubuntu / Build (push) Has been skipped
Python 3.7 / Python 3.7 (push) Has been skipped
Python 3.11 / Python 3.11 (push) Has been skipped
Python 3.10 / Python 3.10 (push) Has been skipped
Mac / Build (push) Has been skipped
Mac 12 / Build (push) Has been skipped
Mac 11 / Build (push) Has been skipped
Debian 12 / Build (push) Has been skipped
Fedora / Build (push) Has been skipped
Debian 11 / Build (push) Has been skipped
Debian / Build (push) Has been skipped
Debian 10 / Build (push) Has been skipped
Alpine 3 / Build (push) Has been skipped
Alpine / Build (push) Has been skipped

This commit is contained in:
Hari Sekhon 2025-01-14 00:07:41 +07:00
parent 8867458f52
commit cd028d4612

View File

@ -23,7 +23,8 @@ srcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# shellcheck disable=SC2034,SC2154
usage_description="
Checks out all public original source GitHub repos for the current or given user
and then counts all lines of code for them
and then counts all lines of code for them with breakdowns of languages, files,
code, comments and blanks
Uses GitHub CLI and cloc - attempts to install them if not found
"