From 06c9e84af0b9d677eb758f9e8cb9940683bcba31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 03:52:07 +0000 Subject: [PATCH] chore(deps): update quay.io/konflux-ci/yq:latest docker digest to 02d31e0 --- task/build-vm-image/0.1/build-vm-image.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 +- 5 files changed, 9 insertions(+), 9 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 520f59f685..51a24d6a08 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:02d31e09ba9814aa29c31db75a742baa61d350d73739f5eb2ffb76f9b88feb7f script: |- #!/bin/bash set -o verbose 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 74baa39056..cbbeb61096 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 @@ -73,7 +73,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:02d31e09ba9814aa29c31db75a742baa61d350d73739f5eb2ffb76f9b88feb7f workingDir: /var/workdir script: | #!/bin/bash @@ -290,7 +290,7 @@ spec: add: - SETFCAP - name: sbom-generate - image: quay.io/konflux-ci/yq:latest@sha256:f758d9a25bc88cc114bfb6137fd4d649db427de5a4217e818b8466ad5bf9255c + image: quay.io/konflux-ci/yq:latest@sha256:02d31e09ba9814aa29c31db75a742baa61d350d73739f5eb2ffb76f9b88feb7f workingDir: /var/workdir script: | #!/bin/bash @@ -328,7 +328,7 @@ spec: - $(params.IMAGE) workingDir: /var/workdir - name: report-sbom-url - image: quay.io/konflux-ci/yq:latest@sha256:f758d9a25bc88cc114bfb6137fd4d649db427de5a4217e818b8466ad5bf9255c + image: quay.io/konflux-ci/yq:latest@sha256:02d31e09ba9814aa29c31db75a742baa61d350d73739f5eb2ffb76f9b88feb7f 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 16e98d74e4..e5779b91d5 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:02d31e09ba9814aa29c31db75a742baa61d350d73739f5eb2ffb76f9b88feb7f 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:02d31e09ba9814aa29c31db75a742baa61d350d73739f5eb2ffb76f9b88feb7f script: | #!/bin/bash cat >sbom-cyclonedx.json <