Skip to content

Commit

Permalink
Merge branch 'jt-dd/modifying-inputs-args-flags' of ssh://github.com/…
Browse files Browse the repository at this point in the history
…DataDog/kubehound into jt-dd/modifying-inputs-args-flags
  • Loading branch information
jt-dd committed Jul 30, 2024
2 parents fea9cc4 + 6bd7777 commit 552a25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ type FileCollectorConfig struct {

type FileArchiveConfig struct {
ArchiveName string `mapstructure:"archive_name"` // Name of the output archive
NoCompress bool `mapstructure:"no_compress"` // Enable compression for the dumped data (generates a tar.gz file)
NoCompress bool `mapstructure:"no_compress"` // Disable compression for the dumped data (generates a tar.gz file)
}

type BlobConfig struct {
Expand Down

0 comments on commit 552a25a

Please sign in to comment.