mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-17 23:04:22 +01:00
Added new ODC scans for Java libraries. Those can scan even transitive dependencies and can be run before adding a new library to a project.
This commit is contained in:
7
app/views/libraryAdvisor/notEnabled.scala.html
Normal file
7
app/views/libraryAdvisor/notEnabled.scala.html
Normal file
@@ -0,0 +1,7 @@
|
||||
@()(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>
|
||||
}
|
||||
Reference in New Issue
Block a user