Skip to content

Commit

Permalink
Remove a no more used SBOM check config parameter (#17405)
Browse files Browse the repository at this point in the history
  • Loading branch information
L3n41c authored and nenadnoveljic committed Jul 3, 2023
1 parent 8ee9122 commit fa338d3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pkg/collector/corechecks/sbom/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ func init() {

// Config holds the container_image check configuration
type Config struct {
ChunkSize int `yaml:"chunk_size"`
NewSBOMMaxLatencySeconds int `yaml:"new_sbom_max_latency_seconds"`
ContainerPeriodicRefreshSeconds int `yaml:"periodic_refresh_seconds"`
HostSBOM bool `yaml:"host_sbom"`
HostPeriodicRefreshSeconds int `yaml:"host_periodic_refresh_seconds"`
ChunkSize int `yaml:"chunk_size"`
NewSBOMMaxLatencySeconds int `yaml:"new_sbom_max_latency_seconds"`
ContainerPeriodicRefreshSeconds int `yaml:"periodic_refresh_seconds"`
HostPeriodicRefreshSeconds int `yaml:"host_periodic_refresh_seconds"`
}

type configValueRange struct {
Expand Down

0 comments on commit fa338d3

Please sign in to comment.