We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a777d commit dfa7ba5Copy full SHA for dfa7ba5
CODEOWNERS
@@ -1 +1,36 @@
1
-* @ibm-skills-network/faculty
+* @ibm-skills-network/faculty
2
+
3
+#### Organization Synced Configuration Below ####
4
+# If you want to add to the below, please do so in the security-compliance-automation repo and sync the file to every repo
5
6
+# Dependency Resolution and Supported Package Manager Files
7
+# Reference: https://docs.mend.io/bundle/wsk/page/dependency_resolution_and_supported_package_manager_files.html
8
9
+# Python
10
+requirements.txt
11
+pipfile.toml
12
+pipfile.lock
13
+pyproject.toml
14
+poetry.lock
15
+setup.py
16
+setup.cfg
17
+environment.yml
18
19
+# JavaScript
20
+package.json
21
+package-lock.json
22
+yarn.lock
23
+pnpm-lock.yaml
24
25
+# Go
26
+go.mod
27
+go.sum
28
29
+# Ruby
30
+Gemfile
31
+Gemfile.lock
32
33
+# Elixer, Erlang
34
+mix.exs
35
+mix.lock
36
+rebar.config
0 commit comments