org.sonar.zaproxy.ui.widget.html.erb Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sonar-zap-plugin Show documentation
Show all versions of sonar-zap-plugin Show documentation
Integrates ZAP reports into SonarQube
<%
identified_risk_score = measure('identified_risk_score')
total_alerts = measure('total_alerts')
high_risk_alerts = measure('high_risk_alerts')
medium_risk_alerts = measure('medium_risk_alerts')
low_risk_alerts = measure('low_risk_alerts')
info_risk_alerts = measure('info_risk_alerts')
tooltip = message('widget.as_calculated_on_x', :params => l(@snapshot.created_at))
if identified_risk_score
%>
<% end %>