{"id":15055449,"url":"https://github.com/hegerdes/gitlab-actions","last_synced_at":"2026-01-01T22:37:51.378Z","repository":{"id":248183152,"uuid":"807814656","full_name":"hegerdes/gitlab-actions","owner":"hegerdes","description":"Collection of GitLab CI-CD-Catalog actions. Allows users to build Docker/OCI Container Images.","archived":false,"fork":false,"pushed_at":"2025-01-31T21:41:53.000Z","size":139,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-31T22:27:20.160Z","etag":null,"topics":["ci-cd","gitlab","gitlab-ci","gitlab-components"],"latest_commit_sha":null,"homepage":"https://gitlab.com/explore/catalog/hegerdes/gitlab-actions","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hegerdes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-29T20:31:15.000Z","updated_at":"2025-01-31T21:41:57.000Z","dependencies_parsed_at":"2025-01-20T23:35:36.821Z","dependency_job_id":null,"html_url":"https://github.com/hegerdes/gitlab-actions","commit_stats":{"total_commits":87,"total_committers":1,"mean_commits":87.0,"dds":0.0,"last_synced_commit":"9c4fa6c297ac88b531fcb271ae15d5ced320c649"},"previous_names":["hegerdes/gitlab-actions"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hegerdes%2Fgitlab-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hegerdes%2Fgitlab-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hegerdes%2Fgitlab-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hegerdes%2Fgitlab-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hegerdes","download_url":"https://codeload.github.com/hegerdes/gitlab-actions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243523090,"owners_count":20304529,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ci-cd","gitlab","gitlab-ci","gitlab-components"],"created_at":"2024-09-24T21:42:13.955Z","updated_at":"2026-01-01T22:37:51.350Z","avatar_url":"https://github.com/hegerdes.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitLab CI/CD Components\n![CI/CD](https://gitlab.com/hegerdes/gitlab-actions/badges/main/pipeline.svg)\n![Release](https://gitlab.com/hegerdes/gitlab-actions/-/badges/release.svg)\n\nThis repo contains a collection of different [GitLab CI/CD Components](https://about.gitlab.com/blog/2023/12/21/introducing-the-gitlab-ci-cd-catalog-beta/) and snippets to be included in the script section of a job.\n\nCurrently supported components are:\n * [Code Quality: pre-commit](https://gitlab.com/hegerdes/gitlab-actions/-/tree/main/templates/pre-commit.md)\n * [Build: Helm package](https://gitlab.com/hegerdes/gitlab-actions/-/tree/main/templates/helm-package.md)\n * [Container Build: Kaniko](https://gitlab.com/hegerdes/gitlab-actions/-/tree/main/templates/kaniko-build.md)\n * [Container Build: Buildah](https://gitlab.com/hegerdes/gitlab-actions/-/tree/main/templates/buildash-build.md)\n * [Container Build: Merge-Manifests](https://gitlab.com/hegerdes/gitlab-actions/-/tree/main/templates/container-manifest-merge.md)\n * [Security: Trivy container scan](https://gitlab.com/hegerdes/gitlab-actions/-/tree/main/templates/trivy-container-scan.md)\n * [Security: Cosign container sign](https://gitlab.com/hegerdes/gitlab-actions/-/tree/main/templates/cosign-container.md)\n * [Deployment: Helm install/upgrade](https://gitlab.com/hegerdes/gitlab-actions/-/tree/main/templates/helm-install.md)\n\nCurrently supported snippets are:\n * debian-core-tools\n * alpine-core-tools\n * openssl-install\n * opentofu-install\n * jq-install\n * terraform-install\n * git-install\n * tflint-install\n * kubectl-install\n * cosign-install\n * talosctl-install\n * skopeo-install\n * az-copy-install\n * minikube-install\n * packer-install\n * vault-install\n * argocd-cli-install\n * helm-install\n * helm-docs-install\n * kubeseal-install\n * kubeconform-install\n * kind-install\n * tailscale-install\n * minio-mc-install\n * yq-by-mike-farah-install\n * azure-cli-install\n * aws-cli-install\n\n**NOTE:** All components and snippets are `arm64` ready. Gitlab now offers hosted ARM runners. You can use these when setting:\n```yaml\ndefault:\n  tags: [saas-linux-small-arm64]\n\n# or by including as a template and setting it by extending the job\ninclude:\n  - component: gitlab.com/hegerdes/gitlab-actions/kaniko-build@\u003cVERSION\u003e\n    inputs:\n      as_job: .my-kaniko-build\n\nmy-kaniko-build:\n  tags: [saas-linux-small-arm64]\n  extends: .my-kaniko-build\n```\n\n## Releases\nAll releases follow the [semantic versioning](https://semver.org/) schema. So only major version bumps should include breaking changes. The `main` branch is **NOT** stable and may have broken components. Use a fixed tag or fork this repo if you dan't want your CI to break unexpectedly.  \nReleases are generated with CI and contain all mentionable changes.\n\n## Contribute\n\nFeel free to open a issue or a PR. Any new CI tasks must have tests for them and must run on amd64 and arm64.\nPlease read about CI/CD components and best practices at: https://docs.gitlab.com/ee/ci/components\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhegerdes%2Fgitlab-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhegerdes%2Fgitlab-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhegerdes%2Fgitlab-actions/lists"}