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

No such image: registry.k8s.io/ingress-nginx/controller:v1.11.2 #394

Open
rafael-natali-bzy opened this issue Sep 25, 2024 · 0 comments
Open

Comments

@rafael-natali-bzy
Copy link

When I'm trying to scan an image from the public registry registry.k8s.io, the action returns:

unable to inspect the image (registry.k8s.io/ingress-nginx/controller:v1.11.2): Error response from daemon: No such image: registry.k8s.io/ingress-nginx/controller:v1.11.2

Action: aquasecurity/trivy-action@2b6a709cf9c4025c5438138008beaddbb02086f0

If I run Trivy outside the action I can scan the image without any problem.

 - name: Run Trivy vulnerability scanner for a Docker image
          id: trivy
          uses: aquasecurity/trivy-action@2b6a709cf9c4025c5438138008beaddbb02086f0
          with:
            image-ref: 'registry.k8s.io/ingress-nginx/controller:v1.11.2'
            format: 'json'            
            ignore-unfixed: true # ignore vulnerabilities that have no fix
            severity: 'CRITICAL,HIGH'
            scanners: 'vuln'
            output: 'trivy-results.json'

Any word of advise?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant