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

Issue scanning images built with buildx and OCI image manifest #43

Closed
altmas5 opened this issue Nov 14, 2023 · 2 comments
Closed

Issue scanning images built with buildx and OCI image manifest #43

altmas5 opened this issue Nov 14, 2023 · 2 comments

Comments

@altmas5
Copy link

altmas5 commented Nov 14, 2023

Hi,

I am new using this action, it looks it does not support the OCI image manifest:

Requesting image scan
Error: An artifact with media type 'application/vnd.oci.image.index.v1+json' cannot be scanned. For more information, see the Amazon ECR documentation.

I am adding this issue in case anyone encounters the same.

@altmas5
Copy link
Author

altmas5 commented Nov 14, 2023

Nevermind, it seems to be an issue on ECR
moby/buildkit#3499

@altmas5 altmas5 closed this as completed Nov 14, 2023
@altmas5
Copy link
Author

altmas5 commented Nov 14, 2023

This was my solution:

      - name: Set up Docker Buildx
        uses: docker/setup-buildx-action@v3
        with:
          version: v0.9.1

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