Merge "Add Apex based security scan code"
[functest.git] / testcases / security_scan / config.ini
1 [controller]
2 port = 22
3 user = heat-admin
4 user_key = /root/.ssh/stackkey
5 scantype = xccdf
6 secpolicy = /usr/share/xml/scap/ssg/content/ssg-centos7-xccdf.xml
7 cpe = /usr/share/xml/scap/ssg/content/ssg-rhel7-cpe-dictionary.xml
8 profile = standard
9 report = report.hmtl
10 results = results.xml
11 reports_dir=/home/opnfv/functest/results/security_scan/
12 clean = True
13
14 [compute]
15 port = 22
16 user = heat-admin
17 user_key = /root/.ssh/stackkey
18 scantype = xccdf
19 secpolicy = /usr/share/xml/scap/ssg/content/ssg-centos7-xccdf.xml
20 cpe = /usr/share/xml/scap/ssg/content/ssg-rhel7-cpe-dictionary.xml
21 profile = standard
22 report = report.hmtl
23 results = results.xml
24 reports_dir=/home/opnfv/functest/results/security_scan/
25 clean = True