-
Notifications
You must be signed in to change notification settings - Fork 21
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
fix: scan private registries #68
Conversation
Signed-off-by: Meysam <[email protected]>
Signed-off-by: Meysam <[email protected]>
Signed-off-by: Meysam <[email protected]>
@meysam81 thanks for the suggestion, I'd like to have a renovabot action to maintain the image tag up-to-date please! |
actually I wonder if we don't have it already? I saw another PR with v3.0.21 |
Well @matthyx , I love renovatebot and I fully support your decision. But, please, whatever you end up executing, we want this yesterday :) The official kubescape-action is not working for private images :( |
does #70 solve your issue? |
no, it does not this line is failing the CI: Line 149 in c9749b8
|
Signed-off-by: Meysam <[email protected]>
this comes only after fixing kubescape/github-action#68
fixes #67
Full context:
Currently, the private registry docker images cannot be scanned, even when providing credentials, even when using GitHub PAT.
With the changes in this PR, I was once again able to scan images normally without issue.
P.S. Please install dependabot or renovatebot. I'll be happy to contribute on that side too if I get a confirmation from the maintainers.