Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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.

6 changes: 6 additions & 0 deletions .tekton/rbac-permissions-operator-pko-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ spec:
# skip-preflight-cert-check: Required for internal registry with self-signed certs in CI
- name: skip-preflight-cert-check
value: "true"
# skip-checks: PKO image is FROM scratch (YAML only). Boilerplate's docker-build-oci-ta
# pipeline swapped clair-scan for roxctl-scan (ACS) on 2026-08-28; ACS fails on
# scratch package images (no OS / no RPM content). Skipping image scans here is the
# same class of workaround as skip-preflight-cert-check.
- name: skip-checks
value: "true"
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
- name: image-expires-after
value: 3d
taskRunTemplate:
Expand Down
6 changes: 6 additions & 0 deletions .tekton/rbac-permissions-operator-pko-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ spec:
# skip-preflight-cert-check: Required for internal registry with self-signed certs in CI
- name: skip-preflight-cert-check
value: "true"
# skip-checks: PKO image is FROM scratch (YAML only). Boilerplate's docker-build-oci-ta
# pipeline swapped clair-scan for roxctl-scan (ACS) on 2026-08-28; ACS fails on
# scratch package images (no OS / no RPM content). Skipping image scans here is the
# same class of workaround as skip-preflight-cert-check.
- name: skip-checks
value: "true"
taskRunTemplate:
serviceAccountName: build-pipeline-rbac-permissions-operator-pko
workspaces:
Expand Down