Skip to content

Commit

Permalink
Merge pull request #405 from armosec/aws-dis-name
Browse files Browse the repository at this point in the history
show region as display name
  • Loading branch information
refaelm92 authored Dec 1, 2024
2 parents a18eaa9 + b4916fa commit c7827de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armotypes/registrymethods.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func (aws *AWSImageRegistry) Validate() error {
}

func (aws *AWSImageRegistry) GetDisplayName() string {
return aws.Registry
return aws.RegistryRegion
}

func (azure *AzureImageRegistry) MaskSecret() {
Expand Down

0 comments on commit c7827de

Please sign in to comment.