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: grant should have a policy command that aids users in constructing a baseline policy for their images or software #46

Open
spiffcs opened this issue Feb 5, 2024 · 0 comments
Labels
feat New feature or request

Comments

@spiffcs
Copy link
Collaborator

spiffcs commented Feb 5, 2024

Some examples of this would be to generate a policy of exclusions from an image that is already known as compliant.

Example:

grant policy --exclude image:base:latest

^ This would generate a policy that has exceptions for the packages and their license associations in the base image.

When a user goes to use grant against a production image built with the above they will know they are only keying on licenses introduced during a build process. The grant policy would exclude licenses/packages from the base image

@spiffcs spiffcs added the feat New feature or request label Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant