-
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
Impossible to scan private image from Github registry #67
Comments
@FloRichardAloeCorp can you check which version of the kubescape image is running? |
@matthyx the current main of the action uses 3.0.5 Would be nice if the action version gets updates more frequently. |
do you think we can use dependabot or renovate for that? |
yes, pretty sure. Depandabot would create a PR which bumps the baseimage image. I'm not sure how aligns with your PR-agent though. |
Another update on this. I had the same issue with a private gcp container registry. Otherwise, it seems that kubescape is requesting the image from |
Any update to this issue? I am facing issue scanning private GHCR images with the same behavior as others. The last comment, hinting to remove But, it would be nice to officially fix this. |
Hello, I can't scan a private image that is stored in ghcr.io.
I've verified the credentials.
Here is the pipeline:
The pipeline step
kubescape/github-action@main
outputs the following error:I think that URL of the targeted registry is wrong.
The text was updated successfully, but these errors were encountered: