1
0
mirror of https://github.com/quay/quay.git synced 2026-01-26 06:21:37 +03:00
Files
quay/config-tool/pkg/lib/fieldgroups/securityscanner/securityscanner_fields.go
2023-07-28 16:34:05 +02:00

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"}
}