Skip to content

Commit

Permalink
🧹 add aws-ecr runtime to aws ecr images discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
vjeffrey committed Jul 1, 2024
1 parent 1253f6c commit 88cc8f7
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 @@ -424,6 +424,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 88cc8f7

Please sign in to comment.