I can't get configauditreport with Conftest Scanner #1122
-
I'm using this
Otherwise, I'm using thisConfigMap to get the correct scanner:
I don't want getting scanner of Stardboard:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
In Starboard v0.15.0+ we'll be using built-in configuration audit scanner, which is much more efficient than plugin-based scanners such as Conftest. What's more, we're going to remove plugin-based scanners and maintain only the built-in scanner. Anyways, if you still want to use Conftest in v0.15.0 you can do that by setting these environment variables:
PS It's quite easy to migrate Conftest policies to the built-in scanner based on this tutorial. |
Beta Was this translation helpful? Give feedback.
In Starboard v0.15.0+ we'll be using built-in configuration audit scanner, which is much more efficient than plugin-based scanners such as Conftest. What's more, we're going to remove plugin-based scanners and maintain only the built-in scanner.
Anyways, if you still want to use Conftest in v0.15.0 you can do that by setting these environment variables:
OPERATOR_CONFIG_AUDIT_SCANNER_ENABLED=true
OPERATOR_CONFIG_AUDIT_SCANNER_BUILTIN=false
PS It's quite easy to migrate Conftest policies to the built-in scanner based on this tutorial.