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

Disallow binary dependencies in python packages #28

Closed
wants to merge 1 commit into from

Conversation

zregvart
Copy link
Contributor

cachi2 will set the cachi2:pip:package:binary property to true for the dependencies from pip that contain binaries within them. This in conjunction with [PR#1030][1] will not allow those.

Reference: https://issues.redhat.com/browse/EC-638

[1] enterprise-contract/ec-policies#1030

cachi2 will set the `cachi2:pip:package:binary` property to `true` for
the dependencies from pip that contain binaries within them. This in
conjunction with [PR#1030][1] will not allow those.

Reference: https://issues.redhat.com/browse/EC-638

[1] enterprise-contract/ec-policies#1030
@zregvart
Copy link
Contributor Author

enterprise-contract/ec-policies#1030 is merged, though this should be okay to merge regardless. @rhartman93 can you have a look?

@@ -161,6 +161,10 @@ rule_data:
# https://github.com/hashicorp/vault-secrets-operator/blob/d462e563feeefbf10dc0637834f08e82e1d3f0c1/LICENSE#L7
min: v0.2.0

dissalowed_attributes:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
dissalowed_attributes:
disallowed_attributes:

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This typo went far 😁 .

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@simonbaird
Copy link
Contributor

I created #29 to replace this.

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.

2 participants