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

feat: support --skip-images scanning flag #6334

Merged
merged 5 commits into from
May 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
feat: support skip-images flag
Signed-off-by: chenk <hen.keinan@gmail.com>
chen-keinan committed Apr 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit f660185a9ab5d146f80d3e2bb158bb711d7a4015
1 change: 0 additions & 1 deletion pkg/flag/kubernetes_flags.go
Original file line number Diff line number Diff line change
@@ -221,7 +221,6 @@ func (f *K8sFlagGroup) ToOptions() (K8sOptions, error) {
IncludeKinds: f.IncludeKinds.Value(),
ExcludeNamespaces: f.ExcludeNamespaces.Value(),
IncludeNamespaces: f.IncludeNamespaces.Value(),
SkipDeep: f.SkipDeep.Value(),
Burst: f.Burst.Value(),
}, nil
}