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

WIP: Dependency Extraction Data Source #5094

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

puerco
Copy link
Contributor

@puerco puerco commented Nov 29, 2024

Summary

Provide a brief overview of the changes and the issue being addressed.
Explain the rationale and any background necessary for understanding the changes.
List dependencies required by this change, if any.

⚠️ DO NOT MERGE ⚠️ Still under construction

This PR introduces the dependency extraction data source.

Not ready for review, checking it in early and needs other PRs and a rebase to work.

This needs #5091 #5092 #5093

Fixes #5090

Change Type

Mark the type of change your PR introduces:

  • Bug fix (resolves an issue without affecting existing features)
  • Feature (adds new functionality without breaking changes)
  • Breaking change (may impact existing functionalities or require documentation updates)
  • Documentation (updates or additions to documentation)
  • Refactoring or test improvements (no bug fixes or new functionality)

Testing

Outline how the changes were tested, including steps to reproduce and any relevant configurations.
Attach screenshots if helpful.

Review Checklist:

  • Reviewed my own code for quality and clarity.
  • Added comments to complex or tricky code sections.
  • Updated any affected documentation.
  • Included tests that validate the fix or feature.
  • Checked that related changes are merged.

@puerco puerco requested a review from a team as a code owner November 29, 2024 03:53
@coveralls
Copy link

coveralls commented Nov 29, 2024

Coverage Status

coverage: 55.076% (-0.08%) from 55.153%
when pulling b8401d4 on puerco:deps-datasource
into 76bb3a6 on mindersec:main.

This commit adds the deps data source types to the minder proto
definitions.

Signed-off-by: Adolfo García Veytia (Puerco) <puerco@stacklok.com>
Signed-off-by: Adolfo García Veytia (Puerco) <puerco@stacklok.com>
This commit adds the dependency scanner data source to minder.

Signed-off-by: Adolfo García Veytia (Puerco) <puerco@stacklok.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dependency Data Source
2 participants