Created
January 10, 2022 10:23
-
-
Save danifitz/349b36c0d3ad4b34c2036bc9e3a5f2a8 to your computer and use it in GitHub Desktop.
values.yml admission controller
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
proxy-scanner: | |
config: | |
static_cache_location: /opt/lacework/cache | |
default_registry: index.docker.io | |
lacework: | |
account_name: myAccount | |
integration_access_token: myToken | |
registries: | |
- domain: index.docker.io | |
ssl: true | |
name: dockerhub | |
auto_poll: false | |
poll_frequency_minutes: 20 | |
scan_non_os_packages: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment