Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update quay.io/konflux-ci/yq:latest docker digest to b78d518 #1795

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:b78d51863d5d9120c107152fae617f9abc8dba108ddfe420bf60708a2dc52c00
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:b78d51863d5d9120c107152fae617f9abc8dba108ddfe420bf60708a2dc52c00
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:b78d51863d5d9120c107152fae617f9abc8dba108ddfe420bf60708a2dc52c00
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:b78d51863d5d9120c107152fae617f9abc8dba108ddfe420bf60708a2dc52c00
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:b78d51863d5d9120c107152fae617f9abc8dba108ddfe420bf60708a2dc52c00
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:b78d51863d5d9120c107152fae617f9abc8dba108ddfe420bf60708a2dc52c00
script: |
#!/bin/bash
REPO=${IMAGE%:*}
Expand Down
Loading