1
0
mirror of https://github.com/hegerdes/gitlab-actions.git synced 2025-10-06 05:36:52 +02:00
Go to file
Henrik Gerdes 23ee4ce5f6 feat: add trivy container scan
Signed-off-by: Henrik Gerdes <hegerdes@outlook.de>
2024-08-25 18:05:47 +02:00
2024-08-25 18:05:47 +02:00
2024-07-09 19:53:01 +00:00
2023-12-22 23:45:58 +01:00
2024-08-25 18:05:47 +02:00
2023-12-22 22:23:05 +00:00
2024-01-06 19:14:27 +01:00
2024-08-11 19:04:55 +02:00

GitLab CI/CD Components

CI/CD Release

This repo contains a collection of different GotLab CI/CD Components and snippets to be included in the script section of a job.

Currently sported components are:

Currently sported snippets are:

  • debian-core-tools
  • alpine-core-tools
  • terraform-install
  • git-install
  • tflint-install
  • kubectl-install
  • helm-install
  • kubeseal-install
  • kubeconform-install
  • kind-install
  • tailscale-install
  • minio-mc-install
  • yq-by-mike-farah-install
  • azure-cli-install
  • aws-cli-install

NOTE: All components and snippets are arm64 ready. Gitlab now offers hosted ARM runners. You can use these when setting:

default:
  tags: [saas-linux-medium-arm64]

# or by including as a template and setting it by extending the job
include:
  - component: gitlab.com/hegerdes/gitlab-actions/kaniko-build@<VERSION>
    inputs:
      as_job: .my-kaniko-build

my-kaniko-build:
  tags: [saas-linux-medium-arm64]
  extends: .my-kaniko-build

Contribute

Feel free to open a issue or a PR. Any new CI tasks must have tests for them and must run on amd64 and arm64. Please read about CI/CD components and best practices at: https://docs.gitlab.com/ee/ci/components

Description
Collection of GitLab CI-CD-Catalog actions. Allows users to build Docker/OCI Container Images.
Readme BSD-2-Clause 176 KiB
Languages
Shell 88.8%
Smarty 7.7%
Python 3.2%
Dockerfile 0.3%