Compare commits

...

3 Commits

Author SHA1 Message Date
github-actions[bot]
a40bacaf34 Update version to v1.4.235 and commit 2025-07-06 10:36:33 +00:00
Kayvan Sylvan
969b85380c Merge pull request #1586 from ksylvan/0705-another-fix-for-cistom-directory
Fix to persist the CUSTOM_PATTERNS_DIRECTORY variable
2025-07-06 03:35:05 -07:00
Kayvan Sylvan
e8fe4434db fix: make custom patterns persist correctly 2025-07-06 03:29:10 -07:00
3 changed files with 4 additions and 2 deletions

View File

@@ -1 +1 @@
"1.4.234"
"1.4.235"

View File

@@ -59,6 +59,8 @@ func (o *CustomPatterns) configure() error {
// IsConfigured returns true if a custom patterns directory has been set
func (o *CustomPatterns) IsConfigured() bool {
// First configure to load values from environment variables
o.Configure()
// Check if the plugin has been configured with a directory
return o.CustomPatternsDir.Value != ""
}

View File

@@ -1,3 +1,3 @@
package main
var version = "v1.4.234"
var version = "v1.4.235"