Skip to content

Commit

Permalink
Merge pull request #274 from DataDog/jt-dd/fix-v1.5.2
Browse files Browse the repository at this point in the history
Fix GH issues #272 #271 #257
  • Loading branch information
Minosity-VR committed Sep 20, 2024
2 parents a4269df + 7d253f8 commit ac9a270
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 ac9a270

Please sign in to comment.