Skip to content

Commit 9b3fc52

Browse files
committed
chore: add CODEOWNERS
1 parent 05457e1 commit 9b3fc52

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CODEOWNERS

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
* @ibm-skills-network/security
2+
#### Organization Synced Configuration Below ####
3+
# If you want to add to the below, please do so in the security-compliance-automation repo and sync the file to every repo
4+
5+
# Dependency Resolution and Supported Package Manager Files
6+
# Reference: https://docs.mend.io/bundle/wsk/page/dependency_resolution_and_supported_package_manager_files.html
7+
8+
# Python
9+
requirements.txt
10+
pipfile.toml
11+
pipfile.lock
12+
pyproject.toml
13+
poetry.lock
14+
setup.py
15+
setup.cfg
16+
environment.yml
17+
18+
# JavaScript
19+
package.json
20+
package-lock.json
21+
yarn.lock
22+
pnpm-lock.yaml
23+
24+
# Go
25+
go.mod
26+
go.sum
27+
28+
# Ruby
29+
Gemfile
30+
Gemfile.lock
31+
32+
# Elixer, Erlang
33+
mix.exs
34+
mix.lock
35+
rebar.config

0 commit comments

Comments
 (0)