Skip to content

Commit

Permalink
fix GH issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jt-dd committed Sep 20, 2024
1 parent a4269df commit 7d253f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/config/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const (
CollectorFileArchiveNoCompress = "collector.file.archive.no_compress"
CollectorFileDirectory = "collector.file.directory"
CollectorFileBlobRegion = "collector.file.blob.region"
CollectorFileBlobBucket = "collector.file.blob.bucket"
CollectorFileBlobBucket = "collector.file.blob.bucket_url"
)

// CollectorConfig configures collector specific parameters.
Expand Down
2 changes: 1 addition & 1 deletion pkg/dump/result.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type DumpResult struct {
}

const (
DumpResultClusterNameRegex = `([A-Za-z0-9\.\-_]+)`
DumpResultClusterNameRegex = `([A-Za-z0-9\.\-_@]+)`
DumpResultRunIDRegex = `([a-z0-9]{26})`
DumpResultExtensionRegex = `\.?([a-z0-9\.]+)?`
DumpResultPrefix = "kubehound_"
Expand Down

0 comments on commit 7d253f8

Please sign in to comment.