Skip to content

Commit

Permalink
Merge pull request #408 from armosec/reset-sf
Browse files Browse the repository at this point in the history
allow resetting scan frequency
  • Loading branch information
refaelm92 authored Dec 5, 2024
2 parents d966767 + 112fff7 commit a75e134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armotypes/registrytypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ type BaseContainerImageRegistry struct {
ClusterName string `json:"clusterName" bson:"clusterName"`
Repositories []string `json:"repositories" bson:"repositories"`
LastScan *time.Time `json:"lastScan,omitempty" bson:"lastScan,omitempty"`
ScanFrequency string `json:"scanFrequency,omitempty" bson:"scanFrequency,omitempty"`
ScanFrequency string `json:"scanFrequency,omitempty" bson:"scanFrequency"`
NextScan *time.Time `json:"nextScan,omitempty" bson:"nextScan,omitempty"`
ResourceName string `json:"resourceName,omitempty" bson:"resourceName,omitempty"`
AuthID string `json:"authID,omitempty" bson:"authID"`
Expand Down

0 comments on commit a75e134

Please sign in to comment.