2016-02-25 17:07:24 -06:00
type: scanner
scanner_name: openscap
2017-01-31 13:28:21 -06:00
image_name: registry.access.redhat.com/rhel7/openscap
2016-04-18 13:45:34 -05:00
default_scan: cve
2016-06-06 14:43:54 -04:00
custom_args: ['-v', '/etc/oscapd:/etc/oscapd:ro']
2016-02-25 17:07:24 -06:00
scans: [
2016-04-18 13:45:34 -05:00
{ name: cve,
2016-10-10 15:46:20 -05:00
args: ['oscapd-evaluate', 'scan', '--no-standard-compliance', '--targets', 'chroots-in-dir:///scanin', '--output', '/scanout', '-j1'],
2017-03-24 18:28:55 +01:00
description: "Performs a CVE scan based on Red Hat relesead CVE OVAL. !WARNING! This CVE is built into container image and it might be out-of-date. Change config.ini to configure the scanner to fetch latest CVE data"},
2016-04-18 13:45:34 -05:00
{ name: standards_compliance,
2016-10-10 15:46:20 -05:00
args: ['oscapd-evaluate', 'scan', '--targets', 'chroots-in-dir:///scanin', '--output', '/scanout', '--no-cve-scan', '-j1'],
2017-06-07 10:26:56 +02:00
description: "!DEPRECATED! Performs scan with Standard Profile, as present in SCAP Security Guide shipped in Red Hat Enterprise Linux"
},
{ name: configuration_compliance,
args: ['oscapd-evaluate', 'scan', '--targets', 'chroots-in-dir:///scanin', '--output', '/scanout', '--no-cve-scan', '-j1'],
description: "Performs a configuration compliance scan according to selected profile from SCAP Security Guide shipped in Red Hat Enterprise Linux."
2016-02-25 17:07:24 -06:00
}
]