Skip to content

Commit

Permalink
chore(deps): update quay.io/konflux-ci/yq:latest docker digest to 68b…
Browse files Browse the repository at this point in the history
…fa77
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent d19fd85 commit 20e0b3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions task/oci-copy-oci-ta/0.1/oci-copy-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
- name: prepare
image: quay.io/konflux-ci/yq:latest@sha256:93bb15cff64b708263055a5814b24a0b450d8724b86a7e5206396f25d81fcc21
image: quay.io/konflux-ci/yq:latest@sha256:68bfa7731be0436103fc5de6d3725423b9245611d2a20a95d309f4cd02008ef0
workingDir: /var/workdir
script: |
#!/bin/bash
Expand Down Expand Up @@ -294,7 +294,7 @@ spec:
add:
- SETFCAP
- name: sbom-generate
image: quay.io/konflux-ci/yq:latest@sha256:93bb15cff64b708263055a5814b24a0b450d8724b86a7e5206396f25d81fcc21
image: quay.io/konflux-ci/yq:latest@sha256:68bfa7731be0436103fc5de6d3725423b9245611d2a20a95d309f4cd02008ef0
workingDir: /var/workdir
script: |
#!/bin/bash
Expand Down Expand Up @@ -332,7 +332,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:93bb15cff64b708263055a5814b24a0b450d8724b86a7e5206396f25d81fcc21
image: quay.io/konflux-ci/yq:latest@sha256:68bfa7731be0436103fc5de6d3725423b9245611d2a20a95d309f4cd02008ef0
workingDir: /var/workdir
script: |
#!/bin/bash
Expand Down
6 changes: 3 additions & 3 deletions task/oci-copy/0.1/oci-copy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
value: $(params.IMAGE)
steps:
- name: prepare
image: quay.io/konflux-ci/yq:latest@sha256:93bb15cff64b708263055a5814b24a0b450d8724b86a7e5206396f25d81fcc21
image: quay.io/konflux-ci/yq:latest@sha256:68bfa7731be0436103fc5de6d3725423b9245611d2a20a95d309f4cd02008ef0
script: |
#!/bin/bash
set -eu
Expand Down Expand Up @@ -274,7 +274,7 @@ spec:
name: varlibcontainers
workingDir: $(workspaces.source.path)
- name: sbom-generate
image: quay.io/konflux-ci/yq:latest@sha256:93bb15cff64b708263055a5814b24a0b450d8724b86a7e5206396f25d81fcc21
image: quay.io/konflux-ci/yq:latest@sha256:68bfa7731be0436103fc5de6d3725423b9245611d2a20a95d309f4cd02008ef0
script: |
#!/bin/bash
cat >sbom-cyclonedx.json <<EOL
Expand Down Expand Up @@ -312,7 +312,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:93bb15cff64b708263055a5814b24a0b450d8724b86a7e5206396f25d81fcc21
image: quay.io/konflux-ci/yq:latest@sha256:68bfa7731be0436103fc5de6d3725423b9245611d2a20a95d309f4cd02008ef0
script: |
#!/bin/bash
REPO=${IMAGE%:*}
Expand Down

0 comments on commit 20e0b3e

Please sign in to comment.