We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d9244 commit 51fa822Copy full SHA for 51fa822
apps/managedidentity/managedidentity.go
@@ -63,7 +63,7 @@ const (
63
azureArcAPIVersion = "2020-06-01"
64
azureArcFileExtension = ".key"
65
azureArcMaxFileSizeBytes int64 = 4096
66
- linuxTokenPath = "/var/opt/azcmagent/tokens"
+ linuxTokenPath = "/var/opt/azcmagent/tokens" // #nosec G101
67
linuxHimdsPath = "/opt/azcmagent/bin/himds"
68
azureConnectedMachine = "AzureConnectedMachineAgent"
69
himdsExecutableName = "himds.exe"
0 commit comments