mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-01-14 15:53:53 +01:00
7 lines
290 B
HTML
7 lines
290 B
HTML
@()(implicit header: DefaultRequest, mainTemplateData: MainTemplateData)
|
|
|
|
@main(
|
|
title = s"OWASP Dependency Check not configured"
|
|
){
|
|
<div class="alert alert-danger">OWASP Dependency Check is not configured, so you cannot run it right now. Contact your administrator, please.</div>
|
|
} |