2016-02-25 17:07:24 -06:00
|
|
|
type: scanner
|
|
|
|
|
scanner_name: openscap
|
2016-06-03 15:40:15 -05:00
|
|
|
image_name: 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'],
|
2016-02-25 17:07:24 -06:00
|
|
|
description: "Performs a CVE scan based on known 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'],
|
2016-02-25 17:07:24 -06:00
|
|
|
description: "Performs a standard scan"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
|