You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dockle scan fails to read the built image with an error.
What did you expect to happen?
Parse the image and identify the mis-configurations.
What happened instead?
2024-08-08T05:17:38.236Z FATAL unable to initialize a image struct: failed to initialize source: reading manifest latest in docker.io/library/test-app: requested access to the resource is denied
Output of run with -debug:
$ ./dockle --debug test-app:latest
2024-08-08T05:59:50.695Z DEBUG There is no .dockleignore file
2024-08-08T05:59:50.695Z DEBUG Skipped update confirmation
2024-08-08T05:59:50.695Z DEBUG Start assessments...
2024-08-08T05:59:51.043Z FATAL unable to initialize a image struct:
github.com/goodwithtech/deckoder/extractor/docker.newDockerExtractor
/home/runner/go/pkg/mod/github.com/goodwithtech/[email protected]/extractor/docker/docker.go:73
- failed to initialize source:
github.com/goodwithtech/deckoder/extractor/image.NewImage
/home/runner/go/pkg/mod/github.com/goodwithtech/[email protected]/extractor/image/image.go:86
- reading manifest latest in docker.io/library/test-app: requested access to the resource is denied
Description
What did you expect to happen?
Parse the image and identify the mis-configurations.
What happened instead?
Output of run with
-debug
:Output of
dockle -v
:Additional details (base image name, container registry info...):
gitlab-pipeline-logs.txt
The text was updated successfully, but these errors were encountered: