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
The solution previously implemented is for specific images hard-coded into a file called slsa.yaml.
The problem is that some images were not hard-coded and were overwritten, this was a miscommunication problem.
We have to bypass all dependency images for one chart, if these images are also used by another chart it must be bypassed as well.
Solution
I am still working on this, but probably the solution will be to look if the image is already present in the Prime registry and not overwrite it.
The text was updated successfully, but these errors were encountered:
The work for making charts-repo compliant with SLSA has already started here:
Problem
The solution previously implemented is for specific images hard-coded into a file called
slsa.yaml
.The problem is that some images were not hard-coded and were overwritten, this was a miscommunication problem.
We have to bypass all dependency images for one chart, if these images are also used by another chart it must be bypassed as well.
Solution
I am still working on this, but probably the solution will be to look if the image is already present in the Prime registry and not overwrite it.
The text was updated successfully, but these errors were encountered: