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

Wrong detection of networking API version in Helm chart #4105

Closed
bgoareguer opened this issue Apr 21, 2023 · 0 comments · Fixed by #4106
Closed

Wrong detection of networking API version in Helm chart #4105

bgoareguer opened this issue Apr 21, 2023 · 0 comments · Fixed by #4106
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.
Milestone

Comments

@bgoareguer
Copy link
Contributor

Description

{{- if .Capabilities.APIVersions.Has "networking.k8s.io/v1/Ingress" }}

should be:

{{- if .Capabilities.APIVersions.Has "networking.k8s.io/v1" }}

Output of trivy -v:

Version: 0.40.0
@bgoareguer bgoareguer added the kind/bug Categorizes issue or PR as related to a bug. label Apr 21, 2023
@chen-keinan chen-keinan added this to the v0.41.0 milestone Apr 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants