Skip to content

Commit

Permalink
fix(misconf): Fixed scope for China Cloud (aquasecurity#7560)
Browse files Browse the repository at this point in the history
  • Loading branch information
bloomadcariad authored and fhielpos committed Dec 20, 2024
1 parent 9d2abdb commit a13353b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/fanal/image/registry/azure/azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func (r *Registry) CheckOptions(domain string, _ types.RegistryOptions) (intf.Re
} else if strings.HasSuffix(domain, chinaAzureURL) {
return &RegistryClient{
domain: domain,
scope: scope,
scope: chinaScope,
cloud: cloud.AzureChina,
}, nil
}
Expand Down

0 comments on commit a13353b

Please sign in to comment.