The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# Locations for keys used for signing and encryption. Only one of 'secret' or 'privateKeyName'/'publicKeyName' needs to be set. If all are set then the keys take precedence over the secret value
# Locations for keys used for signing and encryption. Only one of 'secret' or 'privateKeyName'/'publicKeyName' needs to be set. If all are set then the keys take precedence over the secret value
# Secret is for a shared secret and if set, all components in anchore should have the exact same value in their configs.
# Secret is for a shared secret and if set, all components in anchore should have the exact same value in their configs.
secret:anchore-certs
secret:Null
# If set to true, use the secret specified in anchoreGlobal.existingSecret to set the ANCHORE_SAML_SECRET env variable
# If set to true, use the secret specified in anchoreGlobal.existingSecret to set the ANCHORE_SAML_SECRET env variable
useExistingSecret:false
useExistingSecret:false
privateKeyName:Null
privateKeyName:Null
...
@@ -621,12 +621,21 @@ anchoreCatalog:
...
@@ -621,12 +621,21 @@ anchoreCatalog:
tolerations:[]
tolerations:[]
affinity:{}
affinity:{}
runtime_inventory:
runtimeInventory:
# This setting tells Anchore how long an image can be missing from an inventory report before it is removed from
# This setting tells Anchore how long an image can be missing from an inventory report before it is removed from
# The working set. Note: The image will still have a historical record in the reports service, subject to data history
# The working set. Note: The image will still have a historical record in the reports service, subject to data history
# constraints as part of that service.
# constraints as part of that service.
# Note: if a runtime inventory image's digest is also in anchore for regular image analysis, it won't be removed.
# Note: if a runtime inventory image's digest is also in anchore for regular image analysis, it won't be removed.
image_ttl_days:1
imageTTLDays:1
# Since Anchore is running in Kubernetes, we can collect runtime inventory data out of the box
reportAnchoreCluster:
# If set to true, Anchore will use its own service-account to try and collect runtime inventory data for all namespaces
# Note: requires a value for clusterName to populate inventory image context
enabled:true
clusterName:anchore-k8s
namespaces:
-all
# Pod configuration for the anchore engine policy service.
# Pod configuration for the anchore engine policy service.