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

SBOM tab should not exist when the artifact is oci-compliant helm-chart #20537

Closed
zyyw opened this issue Jun 3, 2024 · 0 comments · Fixed by #20538
Closed

SBOM tab should not exist when the artifact is oci-compliant helm-chart #20537

zyyw opened this issue Jun 3, 2024 · 0 comments · Fixed by #20538

Comments

@zyyw
Copy link
Contributor

zyyw commented Jun 3, 2024

How to reproduce?

  1. git clone -b 1.14.0 https://github.com/goharbor/harbor-helm.git
  2. mkdir temp && cd temp && helm package ../harbor-helm
  3. you will see there is a chart file, such as harbor-1.14.2.tgz being generated
  4. deploy Harbor with the latest build
  5. navigate to harbor portal and create a project named as oci-charts
  6. helm login registry <harbor-endpoint>
  7. helm push harbor-1.14.2.tgz oci://<harbor-endpoint>/oci-charts
  8. the oci-compliant chart will be uploaded to harbor, but the SBOM tab should NOT be there
Screenshot 2024-06-03 at 3 39 05 PM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants