mirror of
https://github.com/quay/quay.git
synced 2026-01-26 06:21:37 +03:00
7 lines
385 B
Go
7 lines
385 B
Go
package securityscanner
|
|
|
|
// Fields returns a list of strings representing the fields in this field group
|
|
func (fg *SecurityScannerFieldGroup) Fields() []string {
|
|
return []string{"FEATURE_SECURITY_SCANNER", "SECURITY_SCANNER_ENDPOINT", "SECURITY_SCANNER_INDEXING_INTERVAL", "SECURITY_SCANNER_NOTIFICATIONS", "SECURITY_SCANNER_V4_ENDPOINT", "SECURITY_SCANNER_V4_NAMESPACE_WHITELIST"}
|
|
}
|