Skip to content

Commit

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

Signed-off-by: Christian Zunker <[email protected]>
  • Loading branch information
czunker committed Oct 4, 2023
1 parent 406c336 commit 58d16de
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 58d16de

Please sign in to comment.