Skip to content

[Feat]: Multiple Team to Repository mapping support #42

Open
@GeekMasher

Description

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:

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 of
    repositories:
      - 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions