From dfa7ba57d87c7315a0b1dc4a2946aebbff2dbae3 Mon Sep 17 00:00:00 2001 From: James Reeve Date: Thu, 21 Mar 2024 10:39:53 -0400 Subject: [PATCH] chore: sync CODEOWNERS --- CODEOWNERS | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index f14524a..805fee1 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1,36 @@ -* @ibm-skills-network/faculty \ No newline at end of file +* @ibm-skills-network/faculty + +#### 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