Skip to content

Commit

Permalink
updated templates
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Sep 21, 2024
1 parent 4ab26f0 commit 1928b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates
Submodule templates updated 91 files
+89 −0 .appveyor.yml
+31 −0 .cirrus.yml
+65 −0 .concourse.yml
+49 −0 .drone.yml
+8 −1 .editorconfig
+203 −0 .envrc
+43 −0 .envrc-python
+35 −0 .flake8
+1 −0 .github/CODEOWNERS
+47 −0 .github/workflows/autoinstall-user-data.yaml
+5 −1 .github/workflows/codeowners.yaml
+6 −0 .github/workflows/fork-sync.yaml
+8 −0 .github/workflows/fork-update-pr.yaml
+60 −0 .github/workflows/grype.yaml
+6 −0 .github/workflows/json.yaml
+49 −0 .github/workflows/kickstart.yaml
+4 −0 .github/workflows/kics.yaml
+47 −0 .github/workflows/packer.yaml
+47 −0 .github/workflows/preseed.yaml
+6 −0 .github/workflows/shellcheck.yaml
+62 −0 .github/workflows/trivy.yaml
+6 −0 .github/workflows/validate.yaml
+6 −0 .github/workflows/xml.yaml
+6 −0 .github/workflows/yaml.yaml
+42 −0 .gitlab-ci.yml
+7 −0 .gitmodules
+94 −0 .gocd.yml
+30 −0 .mdl.rb
+5 −0 .mdlrc
+73 −0 .pre-commit-config.yaml
+26 −0 .pre-commit-hooks.yaml
+655 −0 .pylintrc
+1 −0 .semaphore/semaphore.yml
+115 −3 Dockerfile
+1 −1 FastAPI.py
+111 −15 Makefile
+156 −59 README.md
+373 −0 anaconda-ks.cfg
+72 −0 ansible-inventory
+0 −1 api.py
+76 −0 api.py
+146 −0 autoinstall-user-data
+137 −0 azure-pipeline-docker-image-cleanup.yml
+142 −0 azure-pipeline-template.yml
+377 −0 azure-pipelines.yml
+38 −0 bitbucket-pipelines.yml
+130 −0 clair.yaml
+2 −0 cloudbuild-golang.yaml
+2 −0 cloudbuild-ubuntu.yaml
+4 −2 cloudbuild.yaml
+43 −0 codefresh.yml
+883 −0 diagram.d2
+368 −0 diagram.py
+1 −0 ec2.yaml
+1 −0 eksctl.yaml
+2 −0 gcp_deployment_manager.yaml
+1 −1 github-actions
+42 −0 infracost.yml
+1 −0 inventory
+1 −1 jenkins
+31 −0 jenkins.groovy
+141 −0 k3d.yaml
+1 −0 kickstart.cfg
+44 −0 kics.config
+95 −0 kind.yaml
+1 −0 ks.cfg
+1 −1 kubernetes-templates
+1 −1 lambda.py
+1 −1 lambda_s3_sns.py
+1 −1 lambda_sns.py
+20 −0 meta-data
+51 −0 nginx-cloudflare.conf
+1 −0 packer-templates
+1 −0 packer.hcl
+1 −0 packer.pkr.hcl
+137 −0 preseed.cfg
+107 −0 semaphore.yml
+1 −1 setup/ci_bootstrap.sh
+36 −8 sonar-project.properties
+1 −0 template.d2
+0 −0 template.expect
+1 −3 template.file
+16 −4 template.go
+52 −0 template.gv
+124 −0 template.mmd
+861 −0 template.pkr.hcl
+20 −0 template.pkrvars.hcl
+1 −1 template.py
+1 −1 template.sh
+1 −1 terraform-templates
+1 −0 user-data
+1 −0 vagrant-templates

0 comments on commit 1928b47

Please sign in to comment.