You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A requested feature is the ability to have different teams mapped to different repositories.
This could be done via a configuration file that is passed into the application.
Here is an example:
teams:
# This is the default team if nothing matches
- name: "SecTeam"default: true
- name: "SecTeam1"# [optional]severity: high# [optional] list of repos this team takes care ofrepositories:
- advanced-security/repo1
- advanced-security/repo4
- name: "SecTeam2"repositories:
- advanced-security/repo2
- advanced-security/repo3
Expectations
Opt-in Feature
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What new feature are you looking for / expect?
A requested feature is the ability to have different teams mapped to different repositories.
This could be done via a configuration file that is passed into the application.
Here is an example:
Expectations
Opt-in Feature
Code of Conduct
The text was updated successfully, but these errors were encountered: