Skip to content

Commit

Permalink
🧹 add aws-ecr runtime to aws ecr images discovery (#4305)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjeffrey authored Jul 4, 2024
1 parent 427f17e commit 258c339
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/aws/resources/discovery_conversion.go
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ func addConnectionInfoToEcrAsset(image *mqlAwsEcrImage, conn *connection.AwsConn
"region": image.Region.Data,
"profile": conn.Profile(),
},
Runtime: "aws-ecr",
DelayDiscovery: true,
})

Expand Down

0 comments on commit 258c339

Please sign in to comment.