From c21c2eb46ab7806a372dde4c58bf4d836abc834e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:03:34 +0000 Subject: [PATCH] chore(deps): update quay.io/konflux-ci/yq:latest docker digest to e0d498c --- 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 adbfdf6b3..764a6f7d4 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:e0d498c054d27dbcd4740427b1a1600b5384d049ff6463812042f003c5727222 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 ada5ae9b4..ea708a54c 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:e0d498c054d27dbcd4740427b1a1600b5384d049ff6463812042f003c5727222 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:e0d498c054d27dbcd4740427b1a1600b5384d049ff6463812042f003c5727222 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:e0d498c054d27dbcd4740427b1a1600b5384d049ff6463812042f003c5727222 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 c7f63993f..58c4ef641 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:e0d498c054d27dbcd4740427b1a1600b5384d049ff6463812042f003c5727222 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:e0d498c054d27dbcd4740427b1a1600b5384d049ff6463812042f003c5727222 script: | #!/bin/bash cat >sbom-cyclonedx.json <