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

updated aws_sso_config_duplicate_sections.sh
All checks were successful
Checkov / Checkov (push) Has been skipped
Docker Build (Alpine) / Docker Build (push) Has been skipped
Docker Build (CentOS) / Docker Build (push) Has been skipped
Docker Build (Debian) / Docker Build (push) Has been skipped
Docker Build (Fedora) / 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
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

This commit is contained in:
Hari Sekhon 2025-02-05 01:57:55 +07:00
parent 1a0c25d139
commit 2b5e5ca898

View File

@ -23,11 +23,12 @@ srcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# shellcheck disable=SC2034,SC2154
usage_description="
Lists duplicate AWS SSO config sections that are using the same sso_account_id
from the given file or \$AWS_CONFIG_FILE
Useful to find and remove / comment out an ~/.aws/config with a mix of hand crafted
and automatically generated AWS SSO configs
You can override the config file location by setting environment variable AWS_CONFIG_FILE
See also:
aws_sso_config_duplicate_profile_names.sh