You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently you can configure the severity of Bicep linter rules by bicepconfig.json.
However when customers that have controlled pipelines for software development lifecycle they might want to enforce security related linting rules to improve security or enforce non-security rules for consistency.
Setting linter rules by environment variable is the easiest option because this is easily controlled by pipeline.
Setting these linter rules by environment variable should override any preference within bicepconfig.json.
Describe the solution you'd like
Add support for overriding the default or the current preference of Bicep linter rules by environment variable.
Is your feature request related to a problem? Please describe.
Currently you can configure the severity of Bicep linter rules by
bicepconfig.json
.However when customers that have controlled pipelines for software development lifecycle they might want to enforce security related linting rules to improve security or enforce non-security rules for consistency.
Setting linter rules by environment variable is the easiest option because this is easily controlled by pipeline.
Setting these linter rules by environment variable should override any preference within
bicepconfig.json
.Describe the solution you'd like
Add support for overriding the default or the current preference of Bicep linter rules by environment variable.
For example:
The text was updated successfully, but these errors were encountered: