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

Create interface for registering entity through Provider #4360

Merged
merged 2 commits into from
Sep 4, 2024

Commits on Sep 4, 2024

  1. Create interface for registering entity through Provider

    This is an interface that ensures that the provider does the necessary
    steps to ensure Minder can track an entity. For GitHub and GitLab it
    will be as a webhook for the repo or project. In DockerHub it'll be
    a webhook for the image repository. Other providers might have other
    steps.
    
    The purpose is to define the interface, not implement it. That'll happen
    in another PR.
    
    Closes: #4325
    Signed-off-by: Juan Antonio Osorio <[email protected]>
    JAORMX committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    41f7fe2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6430e3d View commit details
    Browse the repository at this point in the history