===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ruby-kubeclient-4.9.1/test/test_config.rb-92-    # A bare command name in config means search PATH, so it's executed as bare command.
ruby-kubeclient-4.9.1/test/test_config.rb:93:    stub_exec(%r{^example-exec-plugin$}, creds) do
ruby-kubeclient-4.9.1/test/test_config.rb-94-      context = config.context('localhost/system:admin:exec-search-path')
##############################################
ruby-kubeclient-4.9.1/test/test_config.rb-99-    # A relative path is taken relative to the dir of the kubeconfig.
ruby-kubeclient-4.9.1/test/test_config.rb:100:    stub_exec(%r{.*config/dir/example-exec-plugin$}, creds) do
ruby-kubeclient-4.9.1/test/test_config.rb-101-      context = config.context('localhost/system:admin:exec-relative-path')
##############################################
ruby-kubeclient-4.9.1/test/test_config.rb-106-    # An absolute path is taken as-is.
ruby-kubeclient-4.9.1/test/test_config.rb:107:    stub_exec(%r{^/abs/path/example-exec-plugin$}, creds) do
ruby-kubeclient-4.9.1/test/test_config.rb-108-      context = config.context('localhost/system:admin:exec-absolute-path')
##############################################
ruby-kubeclient-4.9.1/README.md-363-
ruby-kubeclient-4.9.1/README.md:364:The OIDC Auth Provider will not perform the initial setup of your `$KUBECONFIG` file. You will need to use something
ruby-kubeclient-4.9.1/README.md:365:like [`dexter`](https://github.com/gini/dexter) in order to configure the auth-provider in your `$KUBECONFIG` file.
ruby-kubeclient-4.9.1/README.md-366-
ruby-kubeclient-4.9.1/README.md:367:If you use `Config.context(...).auth_options` and the `$KUBECONFIG` file has user: `{auth-provider: {name: oidc}}`,
ruby-kubeclient-4.9.1/README.md-368-kubeclient will automatically obtain a token (or use `id-token` if still valid)
##############################################
ruby-kubeclient-4.9.1/README.md-372-
ruby-kubeclient-4.9.1/README.md:373:Note: id-tokens retrieved via this provider are not written back to the `$KUBECONFIG` file as they would be when
ruby-kubeclient-4.9.1/README.md-374-using `kubectl`.
##############################################
ruby-kubeclient-4.9.1/.pc/skip-failing-tests-caused-by-expired-certs.patch/test/test_config.rb-92-    # A bare command name in config means search PATH, so it's executed as bare command.
ruby-kubeclient-4.9.1/.pc/skip-failing-tests-caused-by-expired-certs.patch/test/test_config.rb:93:    stub_exec(%r{^example-exec-plugin$}, creds) do
ruby-kubeclient-4.9.1/.pc/skip-failing-tests-caused-by-expired-certs.patch/test/test_config.rb-94-      context = config.context('localhost/system:admin:exec-search-path')
##############################################
ruby-kubeclient-4.9.1/.pc/skip-failing-tests-caused-by-expired-certs.patch/test/test_config.rb-99-    # A relative path is taken relative to the dir of the kubeconfig.
ruby-kubeclient-4.9.1/.pc/skip-failing-tests-caused-by-expired-certs.patch/test/test_config.rb:100:    stub_exec(%r{.*config/dir/example-exec-plugin$}, creds) do
ruby-kubeclient-4.9.1/.pc/skip-failing-tests-caused-by-expired-certs.patch/test/test_config.rb-101-      context = config.context('localhost/system:admin:exec-relative-path')
##############################################
ruby-kubeclient-4.9.1/.pc/skip-failing-tests-caused-by-expired-certs.patch/test/test_config.rb-106-    # An absolute path is taken as-is.
ruby-kubeclient-4.9.1/.pc/skip-failing-tests-caused-by-expired-certs.patch/test/test_config.rb:107:    stub_exec(%r{^/abs/path/example-exec-plugin$}, creds) do
ruby-kubeclient-4.9.1/.pc/skip-failing-tests-caused-by-expired-certs.patch/test/test_config.rb-108-      context = config.context('localhost/system:admin:exec-absolute-path')