[Bug]: nanolayer.installers.gh_release.resolvers.asset_resolver.AssetResolver.AssetResolverError: Too many matches found: ['trivy_0.53.0_Linux-64bit.tar.gz', 'trivy_0.53.0_Linux-ARM.tar.gz'] #620
Labels
bug
Something isn't working
Feature id and version
ghcr.io/devcontainers-contrib/features/trivy:1.0.9
Devcontainer base Image
mcr.microsoft.com/devcontainers/python:latest
What happened?
Apparently resolved two packages: Linux-64bit and Linux-ARM. But the underlying architecture is amd64
.devcontainer/devcontainer.json
extract:build command:
devcontainer build --workspace-folder . --image-name ${REGISTRY_IMAGE}:latest
In comparison, the go-task, works fine with a similar mechanism.
Relevant log output
The text was updated successfully, but these errors were encountered: