Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pregress committed Nov 12, 2024
1 parent 09a19b9 commit 9f9462e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You can install the plugin with `tflint --init`. Declare a config in `.tflint.hc
plugin "azurerm-security" {
enabled = true
version = "0.1.4"
version = "0.1.5"
source = "github.com/pregress/tflint-ruleset-azurerm-security"
}
```
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
func createRuleSet() *tflint.BuiltinRuleSet {
return &tflint.BuiltinRuleSet{
Name: "azurerm-security",
Version: "0.1.4",
Version: "0.1.5",
Rules: []tflint.Rule{
rules.NewAzurermEventhubNamespacePublicNetworkAccessEnabled(),
rules.NewAzurermEventhubNamespaceUnsecureTLS(),
Expand Down

0 comments on commit 9f9462e

Please sign in to comment.