mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-05-30 19:30:37 +02: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:
@@ -184,7 +184,7 @@ h3.library-identification{
|
||||
content: "";
|
||||
display: none;
|
||||
}
|
||||
.dependencies-table .severity .tooltip-inner {
|
||||
.dependencies-table .severity .tooltip-inner, #library-identifier-wrapper .tooltip-inner {
|
||||
white-space:nowrap;
|
||||
max-width:none;
|
||||
}
|
||||
@@ -242,4 +242,11 @@ h3.library-identification{
|
||||
|
||||
.sublist{
|
||||
padding-left: 23px;
|
||||
}
|
||||
|
||||
#library-identifier-wrapper .tooltip-inner{
|
||||
text-align: left;
|
||||
}
|
||||
#scan-results{
|
||||
margin-top: 64px;
|
||||
}
|
||||
Reference in New Issue
Block a user