Skip to content

Add CODEOWNERS file for workflow protection #23

@Laurc2004

Description

@Laurc2004

Severity: LOW

Problem

There is no .github/CODEOWNERS file. Any repository collaborator could modify the release workflow file (.github/workflows/release-macos.yml) without requiring review from a specific owner. This is a supply chain security gap — the workflow has access to Apple signing secrets.

Proposed Solution

Create .github/CODEOWNERS:

# Workflow files require owner review
/.github/workflows/ @Laurc2004

This ensures any PR modifying CI/CD workflows requires approval from the designated code owner.

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions