-
Notifications
You must be signed in to change notification settings - Fork 19
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
add support for big image scanning #97
Conversation
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
You have successfully added a new CodeQL configuration |
Summary:
|
1 similar comment
Summary:
|
0818d04
to
962424a
Compare
Summary:
|
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
962424a
to
96f50f0
Compare
Summary:
|
731104d
to
1776e02
Compare
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
1776e02
to
bff9239
Compare
Summary:
|
Summary:
|
@@ -11,6 +11,7 @@ type Config struct { | |||
BackendOpenAPI string `mapstructure:"backendOpenAPI"` | |||
ClusterName string `mapstructure:"clusterName"` | |||
EventReceiverRestURL string `mapstructure:"eventReceiverRestURL"` | |||
MaxImageSize int64 `mapstructure:"maxImageSize"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@matthyx This config object is global for all of the in-cluster components.
The maxImageSize
is specific to the kubevuln, so I don't this it should be part of this structure.
I suggest we should have a dedicated config file for such configurations.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed, can you create a Jira task for it? I'll check when I can split these configs, as it's not the only config that should remain specific to kubevuln.
add support for big image scanning
No description provided.