Skip to content

Commit 3145d57

Browse files
committed
🤖 ci: include CRD and RBAC directories in freshness diff
Codex review identified that the freshness check only diffed the installer bundle and kustomization files, which could miss stale generated CRD/RBAC source manifests. This update now diffs `config/crd/bases/` and `config/rbac/` directories directly. --- _Generated with `mux` • Model: `openai:gpt-5.3-codex` • Thinking: `xhigh` • Cost: `$0.82`_ <!-- mux-attribution: model=openai:gpt-5.3-codex thinking=xhigh costs=0.82 -->
1 parent d749540 commit 3145d57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/ci.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ jobs:
149149
make build-installer
150150
git diff --exit-code -- \
151151
dist/install.yaml \
152-
config/crd/bases/kustomization.yaml \
153-
config/rbac/kustomization.yaml
152+
config/crd/bases/ \
153+
config/rbac/
154154
155155
scan-fs:
156156
name: Trivy filesystem scan

0 commit comments

Comments
 (0)