- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for HiddenIfEmpty (0.12 sec)
-
internal/config/scanner/scanner.go
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri May 24 23:05:23 UTC 2024 - 5.5K bytes - Viewed (0) -
internal/config/policy/opa/config.go
) // DefaultKVS - default config for OPA config var ( DefaultKVS = config.KVS{ config.KV{ Key: URL, Value: "", HiddenIfEmpty: true, }, config.KV{ Key: AuthToken, Value: "", HiddenIfEmpty: true, }, } ) // Args opa general purpose policy engine configuration. type Args struct { URL *xnet.URL `json:"url"`
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Jul 10 20:16:44 UTC 2024 - 5.3K bytes - Viewed (0)