Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
GeekMasher opened this issue Feb 8, 2024 · 0 comments
Open
1 task done

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

GeekMasher opened this issue Feb 8, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@GeekMasher
Copy link
Collaborator

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
@GeekMasher GeekMasher added the enhancement New feature or request label Feb 8, 2024
@GeekMasher GeekMasher self-assigned this Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant