diff --git a/providers/assets.go b/providers/assets.go index 4312e121c5..973241a619 100644 --- a/providers/assets.go +++ b/providers/assets.go @@ -59,7 +59,7 @@ func detectAssets(runtime *Runtime, assetCandidates []*inventory.Asset, upstream Upstream: upstreamConfig, }) if err != nil { - return err + continue } // Use the updated asset assetCandidates[i] = runtime.Provider.Connection.Asset