Skip to content

Commit

Permalink
chore(deps): update quay.io/konflux-ci/yq:latest docker digest to 129…
Browse files Browse the repository at this point in the history
…bcca
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent a07704d commit d2072bd
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:129bcca0b7c44468e9532782379d4478ff627c515980231c8ae2e1756375e061
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:129bcca0b7c44468e9532782379d4478ff627c515980231c8ae2e1756375e061
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:129bcca0b7c44468e9532782379d4478ff627c515980231c8ae2e1756375e061
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:129bcca0b7c44468e9532782379d4478ff627c515980231c8ae2e1756375e061
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:129bcca0b7c44468e9532782379d4478ff627c515980231c8ae2e1756375e061
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:129bcca0b7c44468e9532782379d4478ff627c515980231c8ae2e1756375e061
script: |
#!/bin/bash
REPO=${IMAGE%:*}
Expand Down

0 comments on commit d2072bd

Please sign in to comment.