Skip to content

Commit

Permalink
updated templates
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Apr 24, 2024
1 parent b5db3cb commit 8e50ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates
Submodule templates updated 84 files
+1 −1 .editorconfig
+47 −0 .github/workflows/autoinstall-user-data.yaml
+7 −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
+10 −0 .github/workflows/json.yaml
+49 −0 .github/workflows/kickstart.yaml
+6 −0 .github/workflows/kics.yaml
+47 −0 .github/workflows/packer.yaml
+47 −0 .github/workflows/preseed.yaml
+2 −0 .github/workflows/semgrep-cloud.yaml
+2 −0 .github/workflows/semgrep.yaml
+6 −0 .github/workflows/shellcheck.yaml
+62 −0 .github/workflows/trivy.yaml
+10 −2 .github/workflows/validate.yaml
+56 −0 .github/workflows/xml.yaml
+10 −0 .github/workflows/yaml.yaml
+42 −0 .gitlab-ci.yml
+7 −0 .gitmodules
+1 −1 .hadolint.yaml
+1 −1 .travis.yml
+3 −0 .validate.env
+49 −1 Dockerfile
+76 −0 FastAPI.py
+75 −4 Makefile
+80 −39 README.md
+1 −0 action.yaml
+373 −0 anaconda-ks.cfg
+59 −0 ansible-inventory
+76 −0 api.py
+146 −0 autoinstall-user-data
+64 −0 azure-pipelines.yml
+1 −1 circleci-config.yml
+130 −0 clair.yaml
+2 −0 cloudbuild-golang.yaml
+2 −0 cloudbuild-ubuntu.yaml
+2 −0 cloudbuild.yaml
+844 −0 diagram.d2
+368 −0 diagram.py
+1 −0 ec2.yaml
+57 −0 eksctl.yaml
+2 −0 gcp_deployment_manager.yaml
+1 −1 github-action.yaml
+1 −1 github-actions
+1 −1 helmfile.yaml
+42 −0 infracost.yml
+1 −0 inventory
+1 −1 jenkins
+31 −0 jenkins.groovy
+141 −0 k3d.yaml
+72 −0 k6.js
+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
+39 −0 setup/ci_git_set_dir_safe.sh
+36 −8 sonar-project.properties
+1 −0 template.d2
+0 −0 template.expect
+1 −3 template.file
+16 −4 template.go
+11 −2 template.groovy
+52 −0 template.gv
+0 −14 template.java.m4
+8 −1 template.js
+124 −0 template.mmd
+861 −0 template.pkr.hcl
+20 −0 template.pkrvars.hcl
+1 −1 template.py
+5 −5 template.sh
+1 −1 terraform-templates
+1 −0 user-data
+1 −0 vagrant-templates

0 comments on commit 8e50ccb

Please sign in to comment.