mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-01 22:35:49 +02:00
chore: add CODEOWNERS
This commit is contained in:
parent
05457e112c
commit
9b3fc52ef9
1 changed files with 35 additions and 0 deletions
35
CODEOWNERS
Normal file
35
CODEOWNERS
Normal file
|
@ -0,0 +1,35 @@
|
|||
* @ibm-skills-network/security
|
||||
#### Organization Synced Configuration Below ####
|
||||
# If you want to add to the below, please do so in the security-compliance-automation repo and sync the file to every repo
|
||||
|
||||
# Dependency Resolution and Supported Package Manager Files
|
||||
# Reference: https://docs.mend.io/bundle/wsk/page/dependency_resolution_and_supported_package_manager_files.html
|
||||
|
||||
# Python
|
||||
requirements.txt
|
||||
pipfile.toml
|
||||
pipfile.lock
|
||||
pyproject.toml
|
||||
poetry.lock
|
||||
setup.py
|
||||
setup.cfg
|
||||
environment.yml
|
||||
|
||||
# JavaScript
|
||||
package.json
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
pnpm-lock.yaml
|
||||
|
||||
# Go
|
||||
go.mod
|
||||
go.sum
|
||||
|
||||
# Ruby
|
||||
Gemfile
|
||||
Gemfile.lock
|
||||
|
||||
# Elixer, Erlang
|
||||
mix.exs
|
||||
mix.lock
|
||||
rebar.config
|
Loading…
Reference in a new issue