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/oras:latest docker digest to 7681534 #1847

Open
wants to merge 3 commits 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
2 changes: 1 addition & 1 deletion task/clair-scan/0.2/clair-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ spec:
images_processed=$(echo "${images_processed_template/\[%s]/[$digests_processed_string]}")
echo "$images_processed" > images-processed.json
- name: oci-attach-report
image: quay.io/konflux-ci/oras:latest@sha256:30d2037fa58653e9849a4ba60a69666dfca9b80a6807bbafd2dd5206c279a061
image: quay.io/konflux-ci/oras:latest@sha256:7681534f4d549b98f2bdb6788776cb48cd2802987d9c2348e44dba03eb558c1e
workingDir: /tekton/home
env:
- name: IMAGE_URL
Expand Down
2 changes: 1 addition & 1 deletion task/clamav-scan/0.1/clamav-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ spec:
subPath: ca-bundle.crt
readOnly: true
- name: upload
image: quay.io/konflux-ci/oras:latest@sha256:30d2037fa58653e9849a4ba60a69666dfca9b80a6807bbafd2dd5206c279a061
image: quay.io/konflux-ci/oras:latest@sha256:7681534f4d549b98f2bdb6788776cb48cd2802987d9c2348e44dba03eb558c1e
computeResources:
limits:
memory: 512Mi
Expand Down
2 changes: 1 addition & 1 deletion task/clamav-scan/0.2/clamav-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ spec:
subPath: ca-bundle.crt
readOnly: true
- name: upload
image: quay.io/konflux-ci/oras:latest@sha256:30d2037fa58653e9849a4ba60a69666dfca9b80a6807bbafd2dd5206c279a061
image: quay.io/konflux-ci/oras:latest@sha256:7681534f4d549b98f2bdb6788776cb48cd2802987d9c2348e44dba03eb558c1e
computeResources:
limits:
memory: 512Mi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ spec:
cpu: "8"
memory: 16Gi
- name: upload
image: quay.io/konflux-ci/oras:latest@sha256:30d2037fa58653e9849a4ba60a69666dfca9b80a6807bbafd2dd5206c279a061
image: quay.io/konflux-ci/oras:latest@sha256:7681534f4d549b98f2bdb6788776cb48cd2802987d9c2348e44dba03eb558c1e
workingDir: /var/workdir
env:
- name: IMAGE_URL
Expand Down
2 changes: 1 addition & 1 deletion task/sast-coverity-check/0.1/sast-coverity-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ spec:

echo "${TEST_OUTPUT:-${ERROR_OUTPUT}}" | tee "$(results.TEST_OUTPUT.path)"
- name: upload
image: quay.io/konflux-ci/oras:latest@sha256:30d2037fa58653e9849a4ba60a69666dfca9b80a6807bbafd2dd5206c279a061
image: quay.io/konflux-ci/oras:latest@sha256:7681534f4d549b98f2bdb6788776cb48cd2802987d9c2348e44dba03eb558c1e
workingDir: $(workspaces.workspace.path)
env:
- name: IMAGE_URL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ spec:
TEST_OUTPUT=$(make_result_json -r SUCCESS -t "$note")
echo "${TEST_OUTPUT}" | tee "$(results.TEST_OUTPUT.path)"
- name: upload
image: quay.io/konflux-ci/oras:latest@sha256:30d2037fa58653e9849a4ba60a69666dfca9b80a6807bbafd2dd5206c279a061
image: quay.io/konflux-ci/oras:latest@sha256:7681534f4d549b98f2bdb6788776cb48cd2802987d9c2348e44dba03eb558c1e
workingDir: /var/workdir/source
env:
- name: IMAGE_URL
Expand Down
2 changes: 1 addition & 1 deletion task/sast-shell-check/0.1/sast-shell-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ spec:
TEST_OUTPUT=$(make_result_json -r SUCCESS -t "$note")
echo "${TEST_OUTPUT}" | tee "$(results.TEST_OUTPUT.path)"
- name: upload
image: quay.io/konflux-ci/oras:latest@sha256:30d2037fa58653e9849a4ba60a69666dfca9b80a6807bbafd2dd5206c279a061
image: quay.io/konflux-ci/oras:latest@sha256:7681534f4d549b98f2bdb6788776cb48cd2802987d9c2348e44dba03eb558c1e
workingDir: $(workspaces.workspace.path)/hacbs/$(context.task.name)
env:
- name: IMAGE_URL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ spec:
fi
echo "${TEST_OUTPUT:-${ERROR_OUTPUT}}" | tee $(results.TEST_OUTPUT.path)
- name: upload
image: quay.io/konflux-ci/oras:latest@sha256:30d2037fa58653e9849a4ba60a69666dfca9b80a6807bbafd2dd5206c279a061
image: quay.io/konflux-ci/oras:latest@sha256:7681534f4d549b98f2bdb6788776cb48cd2802987d9c2348e44dba03eb558c1e
workingDir: /var/workdir/source
env:
- name: IMAGE_URL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ spec:
fi
echo "${TEST_OUTPUT:-${ERROR_OUTPUT}}" | tee $(results.TEST_OUTPUT.path)
- name: upload
image: quay.io/konflux-ci/oras:latest@sha256:30d2037fa58653e9849a4ba60a69666dfca9b80a6807bbafd2dd5206c279a061
image: quay.io/konflux-ci/oras:latest@sha256:7681534f4d549b98f2bdb6788776cb48cd2802987d9c2348e44dba03eb558c1e
workingDir: /var/workdir/source
env:
- name: IMAGE_URL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ spec:
fi
echo "${TEST_OUTPUT:-${ERROR_OUTPUT}}" | tee "$(results.TEST_OUTPUT.path)"
- name: upload
image: quay.io/konflux-ci/oras:latest@sha256:30d2037fa58653e9849a4ba60a69666dfca9b80a6807bbafd2dd5206c279a061
image: quay.io/konflux-ci/oras:latest@sha256:7681534f4d549b98f2bdb6788776cb48cd2802987d9c2348e44dba03eb558c1e
workingDir: /var/workdir/source
env:
- name: IMAGE_URL
Expand Down
2 changes: 1 addition & 1 deletion task/sast-snyk-check/0.1/sast-snyk-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ spec:
fi
echo "${TEST_OUTPUT:-${ERROR_OUTPUT}}" | tee $(results.TEST_OUTPUT.path)
- name: upload
image: quay.io/konflux-ci/oras:latest@sha256:30d2037fa58653e9849a4ba60a69666dfca9b80a6807bbafd2dd5206c279a061
image: quay.io/konflux-ci/oras:latest@sha256:7681534f4d549b98f2bdb6788776cb48cd2802987d9c2348e44dba03eb558c1e
workingDir: $(workspaces.workspace.path)/hacbs/$(context.task.name)
env:
- name: IMAGE_URL
Expand Down
2 changes: 1 addition & 1 deletion task/sast-snyk-check/0.2/sast-snyk-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
fi
echo "${TEST_OUTPUT:-${ERROR_OUTPUT}}" | tee $(results.TEST_OUTPUT.path)
- name: upload
image: quay.io/konflux-ci/oras:latest@sha256:30d2037fa58653e9849a4ba60a69666dfca9b80a6807bbafd2dd5206c279a061
image: quay.io/konflux-ci/oras:latest@sha256:7681534f4d549b98f2bdb6788776cb48cd2802987d9c2348e44dba03eb558c1e
workingDir: $(workspaces.workspace.path)/hacbs/$(context.task.name)
env:
- name: IMAGE_URL
Expand Down
2 changes: 1 addition & 1 deletion task/sast-snyk-check/0.3/sast-snyk-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ spec:
echo "${TEST_OUTPUT:-${ERROR_OUTPUT}}" | tee "$(results.TEST_OUTPUT.path)"

- name: upload
image: quay.io/konflux-ci/oras:latest@sha256:30d2037fa58653e9849a4ba60a69666dfca9b80a6807bbafd2dd5206c279a061
image: quay.io/konflux-ci/oras:latest@sha256:7681534f4d549b98f2bdb6788776cb48cd2802987d9c2348e44dba03eb558c1e
workingDir: $(workspaces.workspace.path)/hacbs/$(context.task.name)
env:
- name: IMAGE_URL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ spec:
fi
echo "${TEST_OUTPUT:-${ERROR_OUTPUT}}" | tee "$(results.TEST_OUTPUT.path)"
- name: upload
image: quay.io/konflux-ci/oras:latest@sha256:30d2037fa58653e9849a4ba60a69666dfca9b80a6807bbafd2dd5206c279a061
image: quay.io/konflux-ci/oras:latest@sha256:7681534f4d549b98f2bdb6788776cb48cd2802987d9c2348e44dba03eb558c1e
workingDir: /var/workdir/source
env:
- name: IMAGE_URL
Expand Down
2 changes: 1 addition & 1 deletion task/sast-unicode-check/0.1/sast-unicode-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ spec:
fi
echo "${TEST_OUTPUT:-${ERROR_OUTPUT}}" | tee "$(results.TEST_OUTPUT.path)"
- name: upload
image: quay.io/konflux-ci/oras:latest@sha256:30d2037fa58653e9849a4ba60a69666dfca9b80a6807bbafd2dd5206c279a061
image: quay.io/konflux-ci/oras:latest@sha256:7681534f4d549b98f2bdb6788776cb48cd2802987d9c2348e44dba03eb558c1e
workingDir: $(workspaces.workspace.path)/hacbs/$(context.task.name)
env:
- name: IMAGE_URL
Expand Down
2 changes: 1 addition & 1 deletion task/validate-fbc/0.1/validate-fbc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ spec:
fi
popd
- name: save-related-images
image: quay.io/konflux-ci/oras:latest@sha256:30d2037fa58653e9849a4ba60a69666dfca9b80a6807bbafd2dd5206c279a061
image: quay.io/konflux-ci/oras:latest@sha256:7681534f4d549b98f2bdb6788776cb48cd2802987d9c2348e44dba03eb558c1e
script: |
#!/usr/bin/env bash
set -euo pipefail
Expand Down
Loading