OtherDevOpsGene/zap-sonar-plugin

View on GitHub
src/main/js/report_page/index.js

Summary

Maintainability
A
0 mins
Test Coverage
import React from "react";
import "../styles.css";
import ZapReportApp from "./components/ZapReportApp";

window.registerExtension("zap/report_page", (options) => {
  return <ZapReportApp options={options} />;
});