
Security News
CISA Kills Off RSS Feeds for KEVs and Cyber Alerts
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
codeowners-enforcer
Advanced tools
Enforce
CODEOWNERS
files on your repo
With npm:
npm install --global codeowners-enforcer
With Cargo:
cargo install codeowners-enforcer
codeowners-enforcer
works by finding your CODEOWNERS
file in a known
location as defined by GitHub.
Then it walks through your file tree asserting that every file has a code owner.
If any files don't have a code owner, it will return their relative paths and
exit with 1
:
codeowners-enforcer
Oops! Found files without CODEOWNERS!
file.one
path/to/file.two
path/to/file.three
Fix: Please delete these files, move them, or add owners to them in /path/to/CODEOWNERS
If you want to return just the file paths, pass --quiet
or -q
:
codeowners-enforcer --quiet
one.txt
path/to/two.sh
path/to/three.py
If you want to ignore files, pass --ignore <pattern>
or -i
:
codeowners-enforcer --ignore "path/**/*.py"
one.txt
path/to/two.sh
You can also pass multiple ignores:
codeowners-enforcer -i "path/**/*.py" -i "path/**/*.sh"
one.txt
If you want to only check certain files, pass <patterns...>
:
codeowners-enforcer "**/*.sh" "**/*.py"
path/to/two.sh
path/to/three.py
FAQs
Enforce CODEOWNERS files on your repo
The npm package codeowners-enforcer receives a total of 169 weekly downloads. As such, codeowners-enforcer popularity was classified as not popular.
We found that codeowners-enforcer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.