Skip to content

Commit 39c9939

Browse files
committed
fix
1 parent abf2ce4 commit 39c9939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/azurefile/azurefile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const (
9191
defaultAzureFileQuota = 100
9292
minimumAccountQuota = 100 // GB
9393

94-
DefaultTokenAudience = "api://AzureADTokenExchange/.default" //nolint:gosec // G101 ignore this!
94+
DefaultTokenAudience = "api://AzureADTokenExchange/.default"
9595
// key of snapshot name in metadata
9696
snapshotNameKey = "initiator"
9797

0 commit comments

Comments
 (0)