Skip to content

Commit

Permalink
Merge pull request #29 from simonbaird/issue/EC-638
Browse files Browse the repository at this point in the history
Disallow binary dependencies in python packages
  • Loading branch information
rhartman93 authored Jun 27, 2024
2 parents 6566d8c + 79dca7c commit dce1fa6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/rule_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,12 @@ rule_data:
# https://github.com/hashicorp/vault-secrets-operator/blob/d462e563feeefbf10dc0637834f08e82e1d3f0c1/LICENSE#L7
min: v0.2.0

# No binary python deps
# https://enterprisecontract.dev/docs/ec-policies/release_policy.html#sbom_cyclonedx__disallowed_package_attributes
disallowed_attributes:
- name: cachi2:pip:package:binary
value: "true"

# No releases on Fridays and weekends
# https://enterprisecontract.dev/docs/ec-policies/release_policy.html#schedule__weekday_restriction
disallowed_weekdays:
Expand Down

0 comments on commit dce1fa6

Please sign in to comment.