From 19608cef23676e3b26b78bbba97745f719b928d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 00:59:20 +0000 Subject: [PATCH] Update buildkite plugin docker to v5.12.0 --- .buildkite/pipeline.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index f772a38..3827dfd 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -10,7 +10,7 @@ steps: key: "lint" cancel_on_build_failing: true plugins: - - docker#v5.11.0: + - docker#v5.12.0: image: "ghcr.io/theopenlane/build-image:latest" always-pull: true command: ["task", "go:lint"] @@ -20,7 +20,7 @@ steps: key: "go_test" cancel_on_build_failing: true plugins: - - docker#v5.11.0: + - docker#v5.12.0: image: golang:1.23.0 always-pull: true command: ["go", "test", "-coverprofile=coverage.out", "./..."] @@ -34,7 +34,7 @@ steps: - label: ":closed_lock_with_key: gosec" key: "gosec" plugins: - - docker#v5.11.0: + - docker#v5.12.0: image: "registry.hub.docker.com/securego/gosec:2.20.0" command: ["-no-fail", "-exclude-generated", "-fmt sonarqube", "-out", "results.txt", "./..."] environment: @@ -50,7 +50,7 @@ steps: - artifacts#v1.9.4: download: "coverage.out" step: "go_test" - - docker#v5.11.0: + - docker#v5.12.0: image: "sonarsource/sonar-scanner-cli:11.0" environment: - "SONAR_TOKEN" @@ -66,7 +66,7 @@ steps: - artifacts#v1.9.4: download: coverage.out step: "go_test" - - docker#v5.11.0: + - docker#v5.12.0: image: "sonarsource/sonar-scanner-cli:11.0" environment: - "SONAR_TOKEN"