Skip to content

Commit

Permalink
Fix flag name for Azure CLI credential
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Feb 16, 2024
1 parent 5614b07 commit d82d313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/azqr/scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func scan(cmd *cobra.Command, serviceScanners []scanners.IAzureScanner) {
cost, _ := cmd.Flags().GetBool("costs")
mask, _ := cmd.Flags().GetBool("mask")
debug, _ := cmd.Flags().GetBool("debug")
forceAzureCliCredential, _ := cmd.Flags().GetBool("azure-credential-type")
forceAzureCliCredential, _ := cmd.Flags().GetBool("azure-cli-credential")

params := internal.ScanParams{
SubscriptionID: subscriptionID,
Expand Down

0 comments on commit d82d313

Please sign in to comment.