You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a user finds a repository it should be easy for the user to start using the policies and use them in their OPA engine. A CLI command should be available to download a policy from multiple sources. We can reuse the conftest go-getter mechanism here to download the policies.
The text was updated successfully, but these errors were encountered:
when a user finds a set of policies using the search
they then want to download them, for local use.
this feature allows them to give a name and a registry
and pull the coresponding policies.
(#6)
* adds support for pulling policies
when a user finds a set of policies using the search
they then want to download them, for local use.
this feature allows them to give a name and a registry
and pull the coresponding policies.
(#6)
* remove metadata printing
* change test context to registries not repositories
After a user finds a repository it should be easy for the user to start using the policies and use them in their OPA engine. A CLI command should be available to download a policy from multiple sources. We can reuse the conftest go-getter mechanism here to download the policies.
The text was updated successfully, but these errors were encountered: