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

Add container registry listing and scan #162

Merged
merged 3 commits into from
Feb 13, 2024

Conversation

SimOnPanw
Copy link
Collaborator

Description

Add container registry listing and and trigger a scan.
To list all container registries:

pc registry list

Triggering Scans

To trigger scans on all registries:

pc registry scan

Including Specific Registries

To include specific registries or repositories in the scan:

pc registry scan --include "registry_name/repo_name" --i "another_registry"

Excluding Specific Registries

To exclude specific registries or repositories from the scan:

pc registry scan --exclude "registry_name/repo_name" --e "another_registry"

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes if appropriate.
  • All new and existing tests passed.

@SimOnPanw SimOnPanw merged commit 6dabb45 into main Feb 13, 2024
10 checks passed
@SimOnPanw SimOnPanw deleted the feature/trigger-registry-scan branch February 13, 2024 14:54
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.

1 participant