Skip to content

Commit 7722de1

Browse files
Merge pull request bpfman#392 from msherif1234/fbc-violations
Add fips check to fbc pipeline and fix violation with one of the used repos
2 parents 0fba6d6 + 77e5a77 commit 7722de1

3 files changed

+49
-1
lines changed

.tekton/ocp-bpfman-operator-catalog-ocp4-19-pull-request.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,30 @@ spec:
291291
operator: in
292292
values:
293293
- "true"
294+
- name: fbc-fips-check-oci-ta
295+
params:
296+
- name: image-digest
297+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
298+
- name: image-url
299+
value: $(tasks.build-image-index.results.IMAGE_URL)
300+
- name: SOURCE_ARTIFACT
301+
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
302+
runAfter:
303+
- build-image-index
304+
taskRef:
305+
params:
306+
- name: name
307+
value: fbc-fips-check-oci-ta
308+
- name: bundle
309+
value: quay.io/konflux-ci/tekton-catalog/task-fbc-fips-check-oci-ta:0.1@sha256:c7a6265b875ee3e25183b7eb5d8ab4fc6182c20fe875a47d89d5e92593801270
310+
- name: kind
311+
value: task
312+
resolver: bundles
313+
when:
314+
- input: $(params.skip-checks)
315+
operator: in
316+
values:
317+
- "false"
294318
- name: deprecated-base-image-check
295319
params:
296320
- name: IMAGE_URL

.tekton/ocp-bpfman-operator-catalog-ocp4-19-push.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,30 @@ spec:
290290
operator: in
291291
values:
292292
- "true"
293+
- name: fbc-fips-check-oci-ta
294+
params:
295+
- name: image-digest
296+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
297+
- name: image-url
298+
value: $(tasks.build-image-index.results.IMAGE_URL)
299+
- name: SOURCE_ARTIFACT
300+
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
301+
runAfter:
302+
- build-image-index
303+
taskRef:
304+
params:
305+
- name: name
306+
value: fbc-fips-check-oci-ta
307+
- name: bundle
308+
value: quay.io/konflux-ci/tekton-catalog/task-fbc-fips-check-oci-ta:0.1@sha256:c7a6265b875ee3e25183b7eb5d8ab4fc6182c20fe875a47d89d5e92593801270
309+
- name: kind
310+
value: task
311+
resolver: bundles
312+
when:
313+
- input: $(params.skip-checks)
314+
operator: in
315+
values:
316+
- "false"
293317
- name: deprecated-base-image-check
294318
params:
295319
- name: IMAGE_URL

rpms.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ arches:
166166
evr: 1.3.3-13.el9
167167
sourcerpm: protobuf-c-1.3.3-13.el9.src.rpm
168168
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi9/9/x86_64/codeready-builder/os/Packages/p/python3-ruamel-yaml-0.16.6-7.el9.1.x86_64.rpm
169-
repoid: codeready-builder-for-ubi-9-x86_64
169+
repoid: codeready-builder-for-ubi-9-x86_64-rpms
170170
size: 218621
171171
checksum: sha256:edfa4be465a7ce774309cf67c85bd1a2f42fb9b5fe2508ccf681605c2ff21ee9
172172
name: python3-ruamel-yaml

0 commit comments

Comments
 (0)