文件名称:snyk-to-html:将测试报告从CLI导出到html
文件大小:232KB
文件格式:ZIP
更新时间:2024-05-27 12:23:00
JavaScript
从JSON到HTML映射器的Snyk Snyk JSON到HTML映射器采用从snyk test --json输出的json,并创建一个本地HTML文件,其中显示发现的漏洞。 如何使用? 安装或克隆 首先,使用npm将Snyk JSON安装到HTML Mapper: npm install snyk-to-html -g 或者,您可以克隆存储库并使用以下命令在本地运行脚本: npm install npm run build node . / dist / index . js 选项 短的 长 描述 -t --template 用于生成html的模板位置。 默认为template / test-report.hbs -i --input 从何处读取json的输入路径。 默认为标准输入 -o --output 输出结果HTML。 示例:-o snyk.html。 默认为
【文件预览】:
snyk-to-html-master
----.eslintrc.json(1KB)
----.snyk(118B)
----.github()
--------PULL_REQUEST_TEMPLATE.md(430B)
--------CODEOWNERS(29B)
----docker-entrypoint.sh(1KB)
----src()
--------index.ts(2KB)
--------lib()
----Dockerfile(144B)
----.prettierrc.json(120B)
----.travis.yml(459B)
----tsconfig.json(370B)
----LICENSE(549B)
----test()
--------snyk-to-html.test.ts(19KB)
--------fixtures()
--------vuln.test.ts(4KB)
----README.md(3KB)
----.releaserc(2KB)
----tap-snapshots()
--------test-snyk-to-html.test.ts-TAP.test.js(243KB)
----template()
--------test-report.metatable-css.hbs(3KB)
--------test-report.inline-css.hbs(5KB)
--------test-report.remediation-css.hbs(4KB)
--------test-report.hbs(1KB)
--------test-report.vuln-card.hbs(7KB)
--------test-report.actionable-remediations.hbs(8KB)
--------test-report.inline-js.hbs(2KB)
--------remediation-report.hbs(2KB)
--------test-report.header.hbs(3KB)
--------test-cve-report.hbs(27KB)
--------test-report.metatable.hbs(723B)
----.npmrc(19B)
----sample-data()
--------test-report.json(127KB)
--------multi-test-report.json(678KB)
----.gitignore(94B)
----package.json(2KB)
----.nvmrc(3B)