mirror of
https://github.com/kubescape/kubescape.git
synced 2026-04-15 06:58:11 +00:00
9 lines
118 B
Go
9 lines
118 B
Go
package v1
|
|
|
|
type ImageScanInfo struct {
|
|
Username string
|
|
Password string
|
|
Image string
|
|
Exceptions string
|
|
}
|