Skip to content

Commit

Permalink
Merge pull request #403 from armosec/ren-rs-kind
Browse files Browse the repository at this point in the history
rename registry scan status kind
  • Loading branch information
refaelm92 authored Dec 1, 2024
2 parents 6a1cb3e + c6610e8 commit c16aa6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions armotypes/registrytypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ type BaseContainerImageRegistry struct {
ScanStatusMessage string `json:"scanStatusMessage,omitempty" bson:"scanStatusMessage"`
}

const RegistryScanStatusPath = "registrystatuses"
const RegistryScanStatusKind = "RegistryStatus"
const RegistryScanStatusesKindPath = "registrystatuses"
const RegistryScanStatusesKind = "RegistryStatuses"

type ContainerImageRegistryScanStatusUpdate struct {
GUID string `json:"guid"`
Expand Down

0 comments on commit c16aa6f

Please sign in to comment.