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(docker): create docker provider #462

Merged
merged 38 commits into from
Jul 27, 2023
Merged

feat(docker): create docker provider #462

merged 38 commits into from
Jul 27, 2023

Conversation

adamtagscherer
Copy link
Contributor

@adamtagscherer adamtagscherer commented Jul 12, 2023

Description

This PR creates the docker provider which lets us to scan containers and images downloaded to the local registry.
After this PR is merged in we can move to creating the E2E tests.

Type of Change

[ ] Bug Fix
[x] New Feature
[ ] Breaking Change
[ ] Refactor
[ ] Documentation
[ ] Other (please describe)

Checklist

  • I have read the contributing guidelines
  • Existing issues have been referenced (where applicable)
  • I have verified this change is not present in other open pull requests
  • Functionality is documented
  • All code style checks pass
  • New code contribution is covered by automated tests
  • All new and existing tests pass

@adamtagscherer adamtagscherer added enhancement New feature or request docker Pull requests that update Docker code go Pull requests that update Go code labels Jul 12, 2023
@adamtagscherer adamtagscherer added this to the v0.6.0 milestone Jul 12, 2023
@adamtagscherer adamtagscherer linked an issue Jul 12, 2023 that may be closed by this pull request
cli/cmd/root.go Outdated Show resolved Hide resolved
@paralta paralta dismissed stale reviews from ghost and ramizpolic via 9647411 July 27, 2023 15:00
@paralta paralta enabled auto-merge July 27, 2023 15:09
@paralta paralta added this pull request to the merge queue Jul 27, 2023
Merged via the queue into main with commit bd41dbd Jul 27, 2023
5 checks passed
@paralta paralta deleted the docker-provider branch July 27, 2023 16:02
@chrisgacsal chrisgacsal mentioned this pull request Nov 6, 2023
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker Pull requests that update Docker code enhancement New feature or request go Pull requests that update Go code
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Docker Container and Image Provider
5 participants