diff options
author | Luke Hinds <lhinds@redhat.com> | 2016-08-30 15:28:31 +0100 |
---|---|---|
committer | Luke Hinds <lhinds@redhat.com> | 2016-08-30 15:28:31 +0100 |
commit | 26de620f4485fdd6f5ecc24e70873a27ba9df5ed (patch) | |
tree | 6de70ff2bec9dad3b223f8060a2544066b65a849 | |
parent | 04ca5bdec649ef54bab06083acbc00347099fbd5 (diff) |
Fixes Profile "sstig-rhel7-server-upstream" was not found.
JIRA: SECSCAN-18
Change-Id: I8bba9f5dca6f790bffdce4dba4d0aa62aa52752a
Signed-off-by: Luke Hinds <lhinds@redhat.com>
-rw-r--r-- | config.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = sstig-rhel7-server-upstream +profile = stig-rhel7-server-upstream report = report.hmtl results = results.xml reports_dir=/home/opnfv/functest/results/security_scan/ |