Skip to content

Commit ef14d95

Browse files
Copilotpamelafox
andcommitted
Remove disable-next-line directive to restore security warning visibility
Co-authored-by: pamelafox <[email protected]>
1 parent 56e86db commit ef14d95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

infra/core/host/container-app.bicep

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ resource app 'Microsoft.App/containerApps@2023-05-02-preview' = {
126126
} : { enabled: false }
127127
secrets: [for secret in items(secrets): {
128128
name: secret.key
129-
#disable-next-line use-secure-value-for-secure-inputs
130129
value: secret.value
131130
}]
132131
service: !empty(serviceType) ? { type: serviceType } : null

0 commit comments

Comments
 (0)