mirror of
https://github.com/HariSekhon/DevOps-Bash-tools.git
synced 2025-02-06 10:02:14 +00:00
1d5db1101b
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
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
Setup
- Package lists used by the
make
build at the top level- OS packages - Mac OS X / macOS and Linux distributions (RHEL/CentOS, Debian/Ubuntu, Alpine)
- language libraries for Python, Perl, Golang
- Simple installation scripts are found in the
../install/install_*.sh
directory for common technologies that make it very easy to install software - the top level
Makefile
installs these packages usingmake
for the core CI/CD list ormake desktop
for all the extra goodies you might use on your Desktop or Laptop - configurations in this directory and
../configs
directory make it easy to set up a new laptop / workstation every time you work for a new company make link
symlinks all the../configs
listed in thefiles.txt
in this directory
Almost nothing should need to be done manually, a single make desktop
command and you should be up and running.
Mac XCode for Developers
Run git
- it will automatically prompt to install XCode if needed. If git runs, XCode is likely already installed.