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

Remove orphaned packages in SecHub #3576

Open
hamidonos opened this issue Oct 29, 2024 · 0 comments
Open

Remove orphaned packages in SecHub #3576

hamidonos opened this issue Oct 29, 2024 · 0 comments

Comments

@hamidonos
Copy link
Collaborator

Situation

Currently we have no automated process to check if we have orphaned packages in our dependency trees.

Wanted

We want to find out if we include unused dependencies.

Solution

  • Include a step in our build pipelines that checks if we load unused dependencies into our dependency tree
  • This should be done for all types of projects (Java, TypeScript, Go, ...)
  • Fail the build if any orphaned packages are detected
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

No branches or pull requests

1 participant