inspec/lib/plugins/inspec-reporter-html2/test/fixtures/config.json
Clinton Wolfe b8b7e4e848 Add ability to inline alternate JS and CSS
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2020-06-18 14:22:31 -04:00

9 lines
261 B
JSON

{
"version": "1.2",
"plugins": {
"inspec-reporter-html2": {
"alternate_js_file":"lib/plugins/inspec-reporter-html2/test/fixtures/alternate.js",
"alternate_css_file":"lib/plugins/inspec-reporter-html2/test/fixtures/alternate.css"
}
}
}