On 3/7/13 8:51 AM, Rodrian, Logan P (IS) wrote:
It appears that the full command is needed.  The scan won't run without the cpe/dictionary reference.  The minimal command needed is as follows:
oscap xccdf eval --profile <profile> \
--cpe /usr/share/xml/scap/ssg/content/ssg-rhel6-cpe-dictionary.xml \
/usr/share/xml/scap/ssg/content/ssg-rhel6-xccdf.xml

Ah, yes. The --cpe is *very* much needed as it provides some platform checks. The others (--report, etc) are optional.