Skip to content

Commit

Permalink
updated bash-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jun 2, 2023
1 parent dea499d commit 4e47596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash-tools
Submodule bash-tools updated 82 files
+1 −1 .bash.d/aliases.sh
+2 −4 .bash.d/ansible.sh
+7 −7 .bash.d/aws.sh
+1 −1 .bash.d/gcp.sh
+14 −13 .bash.d/git.sh
+1 −1 .bash.d/golang.sh
+1 −1 .bash.d/grype.sh
+1 −1 .bash.d/java.sh
+1 −1 .bash.d/kafka.sh
+82 −30 .bash.d/kubernetes.sh
+1 −3 .bash.d/nodejs.sh
+56 −44 .bash.d/paths.sh
+1 −3 .bash.d/perl.sh
+1 −1 .bash.d/prompt.sh
+2 −4 .bash.d/python.sh
+1 −3 .bash.d/ruby.sh
+1 −1 .bash.d/skaffold.sh
+1 −1 .bash.d/spotify.sh
+1 −1 .bash.d/travis_ci.sh
+25 −0 .bash.d/trivy.sh
+19 −1 .envrc-kubernetes
+3 −0 .gitconfig
+60 −0 .github/workflows/grype.yaml
+9 −4 .github/workflows/trivy.yaml
+6 −3 .github/workflows/trivy_image.yaml
+7 −0 Makefile
+1 −1 Makefile.in
+28 −7 README.md
+54 −0 bin/bash_profile_bashrc.sh
+53 −0 bin/find_broken_symlinks.sh
+6 −1 bin/lint.sh
+45 −0 bin/path_revoke_world_writeable.sh
+9 −3 bin/run.sh
+82 −0 bin/shred_file.sh
+87 −0 bin/shred_free_space.sh
+1 −1 checks/check_no_tabs.sh
+1 −1 checks/check_whitespace.sh
+30 −13 checks/check_yaml.sh
+2 −1 configs/.grype.yaml
+14 −10 configs/.vimrc
+1 −0 gcp/gcp_foreach_project.sh
+70 −0 git/readme_generate_index.sh
+90 −0 github/github_clone_or_pull_all_repos.sh
+7 −1 github/github_push_pr.sh
+5 −0 jenkins/README.md
+20 −0 jenkins/jenkins_count_jobs.groovy
+21 −0 jenkins/jenkins_jobs.groovy
+22 −0 jenkins/jenkins_jobs_disabled.groovy
+22 −0 jenkins/jenkins_jobs_status.groovy
+114 −0 kubernetes/argocd_generate_resource_whitelist.sh
+45 −0 kubernetes/kubectl_gcloud_sdk.sh
+56 −0 kubernetes/kubectl_pod_ips.sh
+29 −24 kubernetes/kustomize_install_helm_charts.sh
+15 −7 lib/kubernetes.sh
+62 −0 media/avi_to_mp4.sh
+0 −0 media/lib
+88 −0 media/mkv_to_mp4.sh
+0 −0 media/mp3_set_album.sh
+0 −0 media/mp3_set_artist.sh
+0 −0 media/mp3_set_track_name.sh
+0 −0 media/mp3_set_track_order.sh
+1 −1 python/python_translate_import_to_module.sh
+1 −1 python/python_translate_module_to_import.sh
+3 −2 requirements.txt
+3 −0 scripts/README.md
+218 −0 scripts/update_bash_tools_references.sh
+1 −1 setup/brew-packages-desktop-casks.txt
+2 −0 setup/brew-packages-desktop-taps.txt
+4 −2 setup/brew-packages-desktop.txt
+1 −0 setup/deb-packages-desktop.txt
+1 −0 setup/deb-packages.txt
+41 −0 setup/install_clairctl.sh
+41 −0 setup/install_crictl.sh
+48 −0 setup/install_dockle.sh
+82 −0 setup/install_etcd.sh
+1 −1 setup/install_github_codeql.sh
+5 −2 setup/install_kics.sh
+48 −0 setup/install_kubevious.sh
+55 −0 setup/install_packer.sh
+17 −0 setup/pip-packages-mac.txt
+1 −1 sql
+1 −1 templates

0 comments on commit 4e47596

Please sign in to comment.