[scanner] fix: add CODEOWNERS to enforce code review on PRs#5898
Conversation
Add explicit CODEOWNERS rules for sensitive directories (cluster-objects/, Dockerfile*, .github/workflows/) to ensure supply-chain-critical paths always require an approving review before merge. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: sec-check <sec-check@hive.local>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
❌ Deploy Preview for kubestellar-docs failed. Why did it fail? →
|
|
Hi @kubestellar-hive[bot]. Thanks for your PR. I'm waiting for a kubestellar member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Thank you for your contribution! Your PR has been merged. Check out what's new:
Stay connected: Slack #kubestellar-dev | Multi-Cluster Survey |
Fixes #5881
Adds explicit CODEOWNERS rules for sensitive directories (
cluster-objects/,Dockerfile*,.github/workflows/) to ensure supply-chain-critical paths always require an approving review before merge.