Skip to content
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
98 changes: 0 additions & 98 deletions .github/workflows/branch-protection-check.yml

This file was deleted.

234 changes: 0 additions & 234 deletions .github/workflows/dependabot-auto-merge.yml

This file was deleted.

8 changes: 7 additions & 1 deletion .tekton/rbac-permissions-operator-pko-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ spec:
# skip-preflight-cert-check: Required for internal registry with self-signed certs in CI
- name: skip-preflight-cert-check
value: "true"
# skip-roxctl-scan: ACS fails on FROM-scratch PKO images (YAML only, no OS).
# Do not use skip-checks here — that also drops clamav/SAST/RPM scans and
# Enterprise Contract fails. Param is in openshift/boilerplate#866.
- name: skip-roxctl-scan
value: "true"
- name: image-expires-after
value: 3d
taskRunTemplate:
Expand All @@ -43,8 +48,9 @@ spec:
params:
- name: url
value: https://github.com/openshift/boilerplate
# Pin until https://github.com/openshift/boilerplate/pull/866 merges, then revert to master.
- name: revision
value: master
value: 9fe5a4235d443a9e50352252ef415ee1bfe00bb8
- name: pathInRepo
value: pipelines/docker-build-oci-ta/pipeline.yaml
status: {}
8 changes: 7 additions & 1 deletion .tekton/rbac-permissions-operator-pko-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ spec:
# skip-preflight-cert-check: Required for internal registry with self-signed certs in CI
- name: skip-preflight-cert-check
value: "true"
# skip-roxctl-scan: ACS fails on FROM-scratch PKO images (YAML only, no OS).
# Do not use skip-checks here — that also drops clamav/SAST/RPM scans and
# Enterprise Contract fails. Param is in openshift/boilerplate#866.
- name: skip-roxctl-scan
value: "true"
taskRunTemplate:
serviceAccountName: build-pipeline-rbac-permissions-operator-pko
workspaces:
Expand All @@ -41,8 +46,9 @@ spec:
params:
- name: url
value: https://github.com/openshift/boilerplate
# Pin until https://github.com/openshift/boilerplate/pull/866 merges, then revert to master.
- name: revision
value: master
value: 9fe5a4235d443a9e50352252ef415ee1bfe00bb8
- name: pathInRepo
value: pipelines/docker-build-oci-ta/pipeline.yaml
status: {}