From 7ae003e02a09272c5ff4f22fe074dc988af1d707 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:11:23 +0000 Subject: [PATCH] chore(deps): update quay.io/konflux-ci/yq:latest docker digest to 8b2e8ee --- task/build-vm-image/0.1/build-vm-image.yaml | 2 +- task/generate-labels/0.1/generate-labels.yaml | 2 +- task/oci-copy-oci-ta/0.1/oci-copy-oci-ta.yaml | 6 +++--- task/oci-copy/0.1/oci-copy.yaml | 6 +++--- .../0.1/prefetch-dependencies-oci-ta.yaml | 2 +- task/prefetch-dependencies/0.1/prefetch-dependencies.yaml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/task/build-vm-image/0.1/build-vm-image.yaml b/task/build-vm-image/0.1/build-vm-image.yaml index adbfdf6b35..364b45c761 100644 --- a/task/build-vm-image/0.1/build-vm-image.yaml +++ b/task/build-vm-image/0.1/build-vm-image.yaml @@ -70,7 +70,7 @@ spec: - use - $(params.SOURCE_ARTIFACT)=/var/workdir/source - name: validate-bib-config - image: quay.io/konflux-ci/yq:latest@sha256:f758d9a25bc88cc114bfb6137fd4d649db427de5a4217e818b8466ad5bf9255c + image: quay.io/konflux-ci/yq:latest@sha256:8b2e8eeca44f623f5d78c24be4f651f4df447bd381f1a0258caa88e57518c419 script: |- #!/bin/bash set -o verbose diff --git a/task/generate-labels/0.1/generate-labels.yaml b/task/generate-labels/0.1/generate-labels.yaml index acb88def6e..276e4fdf09 100644 --- a/task/generate-labels/0.1/generate-labels.yaml +++ b/task/generate-labels/0.1/generate-labels.yaml @@ -38,7 +38,7 @@ spec: type: array steps: - name: render - image: quay.io/konflux-ci/yq:latest@sha256:91a7fe73fd28bbfd93ebdcc68cdfd7087d4f2612c627ccd0d5f984190eb7dba6 + image: quay.io/konflux-ci/yq:latest@sha256:8b2e8eeca44f623f5d78c24be4f651f4df447bd381f1a0258caa88e57518c419 env: - name: SOURCE_DATE_EPOCH value: "$(params.source-date-epoch)" diff --git a/task/oci-copy-oci-ta/0.1/oci-copy-oci-ta.yaml b/task/oci-copy-oci-ta/0.1/oci-copy-oci-ta.yaml index 8e3e88f610..7ece12524c 100644 --- a/task/oci-copy-oci-ta/0.1/oci-copy-oci-ta.yaml +++ b/task/oci-copy-oci-ta/0.1/oci-copy-oci-ta.yaml @@ -71,7 +71,7 @@ spec: - use - $(params.SOURCE_ARTIFACT)=/var/workdir/source - name: prepare - image: quay.io/konflux-ci/yq:latest@sha256:f758d9a25bc88cc114bfb6137fd4d649db427de5a4217e818b8466ad5bf9255c + image: quay.io/konflux-ci/yq:latest@sha256:8b2e8eeca44f623f5d78c24be4f651f4df447bd381f1a0258caa88e57518c419 workingDir: /var/workdir script: | #!/bin/bash @@ -288,7 +288,7 @@ spec: add: - SETFCAP - name: sbom-generate - image: quay.io/konflux-ci/yq:latest@sha256:f758d9a25bc88cc114bfb6137fd4d649db427de5a4217e818b8466ad5bf9255c + image: quay.io/konflux-ci/yq:latest@sha256:8b2e8eeca44f623f5d78c24be4f651f4df447bd381f1a0258caa88e57518c419 workingDir: /var/workdir script: | #!/bin/bash @@ -320,7 +320,7 @@ spec: script: | cosign attach sbom --sbom sbom-cyclonedx.json --type cyclonedx "$(cat "$(results.IMAGE_REF.path)")" - name: report-sbom-url - image: quay.io/konflux-ci/yq:latest@sha256:f758d9a25bc88cc114bfb6137fd4d649db427de5a4217e818b8466ad5bf9255c + image: quay.io/konflux-ci/yq:latest@sha256:8b2e8eeca44f623f5d78c24be4f651f4df447bd381f1a0258caa88e57518c419 workingDir: /var/workdir script: | #!/bin/bash diff --git a/task/oci-copy/0.1/oci-copy.yaml b/task/oci-copy/0.1/oci-copy.yaml index da7014a5a3..0d77e863bf 100644 --- a/task/oci-copy/0.1/oci-copy.yaml +++ b/task/oci-copy/0.1/oci-copy.yaml @@ -51,7 +51,7 @@ spec: value: $(params.IMAGE) steps: - name: prepare - image: quay.io/konflux-ci/yq:latest@sha256:f758d9a25bc88cc114bfb6137fd4d649db427de5a4217e818b8466ad5bf9255c + image: quay.io/konflux-ci/yq:latest@sha256:8b2e8eeca44f623f5d78c24be4f651f4df447bd381f1a0258caa88e57518c419 script: | #!/bin/bash set -eu @@ -268,7 +268,7 @@ spec: name: varlibcontainers workingDir: $(workspaces.source.path) - name: sbom-generate - image: quay.io/konflux-ci/yq:latest@sha256:f758d9a25bc88cc114bfb6137fd4d649db427de5a4217e818b8466ad5bf9255c + image: quay.io/konflux-ci/yq:latest@sha256:8b2e8eeca44f623f5d78c24be4f651f4df447bd381f1a0258caa88e57518c419 script: | #!/bin/bash cat >sbom-cyclonedx.json <