diff options
author | Luke Hinds <lukehinds@gmail.com> | 2016-06-14 11:07:38 +0100 |
---|---|---|
committer | Luke Hinds <lukehinds@gmail.com> | 2016-06-14 13:13:03 +0100 |
commit | d313edf7da239ab1dd711b25440db1d7916b9680 (patch) | |
tree | 4973a22c898149412246f5f84c1cb5dd624b8446 /testcases/security_scan | |
parent | 3ce041f875fa66ddecde577fdd7041abb3fc5ba9 (diff) |
Enable security scanning
Change-Id: Ib179ee6b2fcc7cf6c9ac522fdb83755ecbb99f52
Signed-off-by: Luke Hinds <lukehinds@gmail.com>
Diffstat (limited to 'testcases/security_scan')
-rw-r--r-- | testcases/security_scan/config.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testcases/security_scan/config.ini b/testcases/security_scan/config.ini index bfbcf82d3..9d97fc12d 100644 --- a/testcases/security_scan/config.ini +++ b/testcases/security_scan/config.ini @@ -10,7 +10,7 @@ user = heat-admin scantype = xccdf secpolicy = /usr/share/xml/scap/ssg/content/ssg-centos7-xccdf.xml cpe = /usr/share/xml/scap/ssg/content/ssg-rhel7-cpe-dictionary.xml -profile = standard +profile = stig-rhel7-server-upstream report = report.hmtl results = results.xml reports_dir=/home/opnfv/functest/results/security_scan/ @@ -22,7 +22,7 @@ user = heat-admin scantype = xccdf secpolicy = /usr/share/xml/scap/ssg/content/ssg-centos7-xccdf.xml cpe = /usr/share/xml/scap/ssg/content/ssg-rhel7-cpe-dictionary.xml -profile = standard +profile = sstig-rhel7-server-upstream report = report.hmtl results = results.xml reports_dir=/home/opnfv/functest/results/security_scan/ |