fix msrc feeds value (#22746)

Signed-off-by: Brady Todhunter <bradyt@anchore.com>
This commit is contained in:
Brady Todhunter
2020-06-12 15:51:57 -07:00
committed by GitHub
parent 9661482fa4
commit e2b517b7f7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: anchore-engine
version: 1.6.8
version: 1.6.9
appVersion: 0.7.2
description: Anchore container analysis and policy evaluation engine service
keywords:
@@ -65,7 +65,7 @@ data:
vulndb: {{ default "true" .Values.anchoreEnterpriseFeeds.vulndbDriverEnabled }}
# Enabling microsoft syncs MSRC data from an on-premise anchore enterprise feeds service. Please contact
# anchore support for finding out more about this service
microsoft: {{ .Values.anchoreEnterpriseFeeds.microsoftDriverEnabled }}
microsoft: {{ .Values.anchoreEnterpriseFeeds.msrcDriverEnabled }}
{{- else }}
vulndb: false
microsoft: false