Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • gitlab-com/gl-infra/common-ci-tasks
1 result
Show changes
Commits on Source (3)
Loading
@@ -15,7 +15,7 @@ include:
Loading
@@ -15,7 +15,7 @@ include:
# and include the container scanning results in the project that is triggering this scan. # and include the container scanning results in the project that is triggering this scan.
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/appsec-container-scan.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/appsec-container-scan.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.62.2 # renovate:managed ref: v2.62.3 # renovate:managed
file: appsec-container-scan.yml file: appsec-container-scan.yml
   
container_image_scan: container_image_scan:
Loading
Loading
Loading
@@ -31,6 +31,6 @@ include:
Loading
@@ -31,6 +31,6 @@ include:
# and that asdf and mise are generally working # and that asdf and mise are generally working
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/asdf-tool-versions.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/asdf-tool-versions.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.62.2 # renovate:managed ref: v2.62.3 # renovate:managed
file: asdf-tool-versions.yml file: asdf-tool-versions.yml
``` ```
Loading
@@ -6,7 +6,7 @@ spec:
Loading
@@ -6,7 +6,7 @@ spec:
validate_mise_tool_versions: validate_mise_tool_versions:
stage: $[[ inputs.stage ]] stage: $[[ inputs.stage ]]
image: image:
name: ${CI_REGISTRY}/gitlab-com/gl-infra/common-ci-tasks/mise:v2.62.2 name: ${CI_REGISTRY}/gitlab-com/gl-infra/common-ci-tasks/mise:v2.62.3
entrypoint: [""] entrypoint: [""]
needs: [] needs: []
variables: variables:
Loading
Loading
Loading
@@ -23,6 +23,6 @@ See https://gitlab.com/gitlab-com/gl-infra/autolabels for more details on what *
Loading
@@ -23,6 +23,6 @@ See https://gitlab.com/gitlab-com/gl-infra/autolabels for more details on what *
```yaml ```yaml
include: include:
- project: "gitlab-com/gl-infra/common-ci-tasks" - project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v2.62.2 # renovate:managed ref: v2.62.3 # renovate:managed
file: "autolabels.yml" file: "autolabels.yml"
``` ```
Loading
@@ -25,6 +25,6 @@ include:
Loading
@@ -25,6 +25,6 @@ include:
# Runs checkov on all terraform module directories # Runs checkov on all terraform module directories
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/checkov.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/checkov.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.62.2 # renovate:managed ref: v2.62.3 # renovate:managed
file: checkov.yml file: checkov.yml
``` ```
Loading
@@ -7,7 +7,7 @@ This can help to determine how much a container image has changed in size due to
Loading
@@ -7,7 +7,7 @@ This can help to determine how much a container image has changed in size due to
```yaml ```yaml
include: include:
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.62.2 # renovate:managed ref: v2.62.3 # renovate:managed
file: 'container-diff.yml' file: 'container-diff.yml'
inputs: inputs:
job_name: container-diff # The name of the job this template will create job_name: container-diff # The name of the job this template will create
Loading
Loading
Loading
@@ -13,7 +13,7 @@ variables:
Loading
@@ -13,7 +13,7 @@ variables:
include: include:
# Run Danger during merge requests to alert on messages, warnings and errors. # Run Danger during merge requests to alert on messages, warnings and errors.
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.62.2 # renovate:managed ref: v2.62.3 # renovate:managed
file: 'danger.yml' file: 'danger.yml'
# inputs: # inputs:
# stage: defaults to `validate` # stage: defaults to `validate`
Loading
Loading
Loading
@@ -21,7 +21,7 @@ include:
Loading
@@ -21,7 +21,7 @@ include:
# Includes a base template for running an opinionated docker buildx build # Includes a base template for running an opinionated docker buildx build
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/docker.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/docker.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.62.2 # renovate:managed ref: v2.62.3 # renovate:managed
file: 'docker.yml' file: 'docker.yml'
   
.container_builds: .container_builds:
Loading
@@ -72,7 +72,7 @@ logs:
Loading
@@ -72,7 +72,7 @@ logs:
``` ```
------------------------------------------------------------ ------------------------------------------------------------
Verify this container image using: Verify this container image using:
cosign verify registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks/asdf:v2.62.2 \ cosign verify registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks/asdf:v2.62.3 \
--certificate-identity https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks//.gitlab-ci.yml@refs/tags/v1.2.3 \ --certificate-identity https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks//.gitlab-ci.yml@refs/tags/v1.2.3 \
--certificate-oidc-issuer https://gitlab.com --certificate-oidc-issuer https://gitlab.com
------------------------------------------------------------ ------------------------------------------------------------
Loading
Loading
Loading
@@ -13,7 +13,7 @@ include:
Loading
@@ -13,7 +13,7 @@ include:
# validate .editorconfig # validate .editorconfig
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/editorconfig-check.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/editorconfig-check.md
- project: "gitlab-com/gl-infra/common-ci-tasks" - project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v2.62.2 # renovate:managed ref: v2.62.3 # renovate:managed
file: "editorconfig-check.yml" file: "editorconfig-check.yml"
``` ```
   
Loading
Loading
Loading
@@ -11,6 +11,6 @@ stages:
Loading
@@ -11,6 +11,6 @@ stages:
include: include:
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/gitlab-scanners.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/gitlab-scanners.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.62.2 # renovate:managed ref: v2.62.3 # renovate:managed
file: 'gitlab-scanners.yml' file: 'gitlab-scanners.yml'
``` ```
Loading
@@ -37,6 +37,6 @@ include:
Loading
@@ -37,6 +37,6 @@ include:
# Ensure that all shell-scripts are formatted according to a # Ensure that all shell-scripts are formatted according to a
# standard canonical format # standard canonical format
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.62.2 # renovate:managed ref: v2.62.3 # renovate:managed
file: gitleaks.yml file: gitleaks.yml
``` ```
Loading
@@ -14,6 +14,6 @@ include:
Loading
@@ -14,6 +14,6 @@ include:
# Runs gitlint on all terraform module directories # Runs gitlint on all terraform module directories
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/gitlint.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/gitlint.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.62.2 # renovate:managed ref: v2.62.3 # renovate:managed
file: gitlint.yml file: gitlint.yml
``` ```
Loading
@@ -19,7 +19,7 @@ include:
Loading
@@ -19,7 +19,7 @@ include:
# Perform `go mod tidy` and ensure that go.mod and go.sum are tidy. # Perform `go mod tidy` and ensure that go.mod and go.sum are tidy.
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/go-mod-tidy.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/go-mod-tidy.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.62.2 # renovate:managed ref: v2.62.3 # renovate:managed
file: go-mod-tidy.yml file: go-mod-tidy.yml
``` ```
## A note on compatibility ## A note on compatibility
Loading
Loading
Loading
@@ -20,7 +20,7 @@ include:
Loading
@@ -20,7 +20,7 @@ include:
# Runs Go unit tests # Runs Go unit tests
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/go-unittests.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/go-unittests.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.62.2 # renovate:managed ref: v2.62.3 # renovate:managed
file: go-unittests.yml file: go-unittests.yml
``` ```
   
Loading
Loading
Loading
@@ -13,7 +13,7 @@ include:
Loading
@@ -13,7 +13,7 @@ include:
# Runs golangci-lint on the project. # Runs golangci-lint on the project.
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/golangci-lint.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/golangci-lint.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.62.2 # renovate:managed ref: v2.62.3 # renovate:managed
file: 'golangci-lint.yml' file: 'golangci-lint.yml'
inputs: inputs:
golangci_lint_timeout: 5m # optionally specify a separate timeout golangci_lint_timeout: 5m # optionally specify a separate timeout
Loading
Loading
Loading
@@ -102,7 +102,7 @@ include:
Loading
@@ -102,7 +102,7 @@ include:
# build binary release artifacts with goreleaser # build binary release artifacts with goreleaser
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/goreleaser.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/goreleaser.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.62.2 # renovate:managed ref: v2.62.3 # renovate:managed
file: goreleaser.yml file: goreleaser.yml
``` ```
   
Loading
@@ -142,7 +142,7 @@ include:
Loading
@@ -142,7 +142,7 @@ include:
# build binary release artifacts with goreleaser # build binary release artifacts with goreleaser
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/goreleaser.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/goreleaser.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.62.2 # renovate:managed ref: v2.62.3 # renovate:managed
file: goreleaser.yml file: goreleaser.yml
``` ```
   
Loading
Loading
Loading
@@ -10,7 +10,7 @@ include:
Loading
@@ -10,7 +10,7 @@ include:
# Ensures that all terraform files are correctly formatted # Ensures that all terraform files are correctly formatted
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/hclfmt.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/hclfmt.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.62.2 # renovate:managed ref: v2.62.3 # renovate:managed
file: hclfmt.yml file: hclfmt.yml
``` ```
   
Loading
Loading
Loading
@@ -19,6 +19,6 @@ include:
Loading
@@ -19,6 +19,6 @@ include:
# canonical manner with sorted keys # canonical manner with sorted keys
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/jsonfmt.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/jsonfmt.md
- project: "gitlab-com/gl-infra/common-ci-tasks" - project: "gitlab-com/gl-infra/common-ci-tasks"
ref: v2.62.2 # renovate:managed ref: v2.62.3 # renovate:managed
file: jsonfmt.yml file: jsonfmt.yml
``` ```
Loading
@@ -13,7 +13,7 @@ include:
Loading
@@ -13,7 +13,7 @@ include:
# Includes a base template for running kaniko easily # Includes a base template for running kaniko easily
# see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/kaniko.md # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/kaniko.md
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.62.2 # renovate:managed ref: v2.62.3 # renovate:managed
file: 'kaniko.yml' file: 'kaniko.yml'
   
.container_builds: .container_builds:
Loading
Loading
Loading
@@ -22,6 +22,6 @@ variables:
Loading
@@ -22,6 +22,6 @@ variables:
include: include:
# Setup Woodhouse notifications in merge requests for mirrored remote pipelines. # Setup Woodhouse notifications in merge requests for mirrored remote pipelines.
- project: 'gitlab-com/gl-infra/common-ci-tasks' - project: 'gitlab-com/gl-infra/common-ci-tasks'
ref: v2.62.2 # renovate:managed ref: v2.62.3 # renovate:managed
file: mirroring.yml file: mirroring.yml
``` ```