Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pregress committed Nov 5, 2024
1 parent 6967a71 commit ba9adff
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 @@ -16,7 +16,7 @@ You can install the plugin with `tflint --init`. Declare a config in `.tflint.hc
plugin "azurerm-security" {
enabled = true
version = "0.1.3"
version = "0.1.4"
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.3",
Version: "0.1.4",
Rules: []tflint.Rule{
rules.NewAzurermEventhubNamespacePublicNetworkAccessEnabled(),
rules.NewAzurermEventhubNamespaceUnsecureTLS(),
Expand Down

0 comments on commit ba9adff

Please sign in to comment.