Skip to content

Commit

Permalink
Remove a no more used SBOM check config parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
L3n41c committed May 31, 2023
1 parent 55d237f commit a6e2328
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/collector/corechecks/sbom/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ 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"`
}

Expand Down

0 comments on commit a6e2328

Please sign in to comment.