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

Drop support for BASE_IMAGES_DIGESTS results #1170

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

lcarva
Copy link
Member

@lcarva lcarva commented Oct 4, 2024

sbom4life

Fixes: #1155
Ref: EC-892

sbom4life

Fixes: enterprise-contract#1155
Ref: EC-892

Signed-off-by: Luiz Carvalho <[email protected]>
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (04e2617) to head (dfeb020).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##              main     #1170   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          117       117           
  Lines         6141      6104   -37     
=========================================
- Hits          6141      6104   -37     
Files with missing lines Coverage Δ
policy/release/base_image_registries.rego 100.00% <ø> (ø)
policy/release/base_image_registries_test.rego 100.00% <100.00%> (ø)
policy/release/lib/attestations.rego 100.00% <ø> (ø)

some name in split(image.value, "\n")
name != ""
}

Copy link
Member

Choose a reason for hiding this comment

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

For reviewers: This is the functional change right here, everything else is tests and docs.

@lcarva lcarva merged commit 672ab3b into enterprise-contract:main Oct 7, 2024
6 checks passed
@lcarva lcarva deleted the EC-892 branch October 7, 2024 13:48
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.

Stop depending on BASE_IMAGES_DIGESTS TaskRun result
4 participants