Skip to content

Commit 7afabe4

Browse files
pfreyburgehelms
authored andcommitted
update iop-vmaas-reposcan to use vex data
1 parent e14cc25 commit 7afabe4

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

src/roles/iop_vmaas/defaults/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
iop_vmaas_container_image: "quay.io/iop/vmaas"
3-
iop_vmaas_container_tag: "foreman-3.18"
2+
iop_vmaas_container_image: "quay.io/redhat-services-prod/insights-management-tenant/insights-vulnerability/vmaas"
3+
iop_vmaas_container_tag: "latest"
44

55
iop_vmaas_database_name: vmaas_db
66
iop_vmaas_database_user: vmaas_admin

src/roles/iop_vmaas/tasks/main.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,13 @@
4949
SYNC_REPOS: "yes"
5050
SYNC_CVE_MAP: "yes"
5151
SYNC_CPE: "no"
52-
SYNC_CSAF: "no"
52+
SYNC_CSAF: "yes"
5353
SYNC_RELEASES: "no"
5454
SYNC_RELEASE_GRAPH: "no"
5555
KATELLO_URL: "http://iop-core-gateway:9090"
5656
REDHAT_CVEMAP_URL: "http://iop-core-gateway:9090/pub/iop/data/meta/v1/cvemap.xml"
57+
CSAF_VEX_BASE_URL: "http://iop-core-gateway:9090/pub/iop/data/csaf/v2/vex/"
58+
CSAF_VEX_INDEX_CSV_ENABLED: "no"
5759
POSTGRESQL_SSL_MODE: "disable"
5860
secrets:
5961
- "iop-service-vmaas-reposcan-client-ca-cert,target=/katello-server-ca.crt,mode=0440,type=mount"

0 commit comments

Comments
 (0)