Skip to content

Commit

Permalink
🐛 Continue scanning when connect to one asset fails (#2081)
Browse files Browse the repository at this point in the history
Fixes #2080

Signed-off-by: Christian Zunker <[email protected]>
  • Loading branch information
czunker authored Oct 4, 2023
1 parent d062e71 commit 1bc7ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/assets.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1bc7ef5

Please sign in to comment.