Skip to content

Commit

Permalink
Merge pull request #395 from armosec/reg-ip
Browse files Browse the repository at this point in the history
change registry in progress status to upper case
  • Loading branch information
refaelm92 authored Nov 26, 2024
2 parents e1184a0 + 93b5029 commit e3f8d99
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 @@ -65,7 +65,7 @@ const (

// Scan statuses
Failed RegistryScanStatus = "Failed"
InProgress RegistryScanStatus = "In progress"
InProgress RegistryScanStatus = "In Progress"
Completed RegistryScanStatus = "Completed"
)

Expand Down

0 comments on commit e3f8d99

Please sign in to comment.