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 457f309 commit 362e312Copy full SHA for 362e312
main.go
@@ -10,7 +10,7 @@ func main() {
10
plugin.Serve(&plugin.ServeOpts{
11
RuleSet: &tflint.BuiltinRuleSet{
12
Name: "azurerm-security",
13
- Version: "0.1.0",
+ Version: "0.1.1",
14
Rules: []tflint.Rule{
15
rules.NewAzurermLinuxWebAppFtpsState(),
16
rules.NewAzurermLinuxWebAppMinimumTlsVersion(),
0 commit comments