diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..cd8a071 --- /dev/null +++ b/CODEOWNERS @@ -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