You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add New Nuget Exclude Dependency Property in Detect
* Uncomment integration tag
* Refactored Dockerfile name and version
* Add assert examples in test
Copy file name to clipboardexpand all lines: detectable/src/main/java/com/synopsys/integration/detectable/detectables/nuget/NugetInspectorArguments.java
+9
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
importjava.util.ArrayList;
6
6
importjava.util.Arrays;
7
7
importjava.util.List;
8
+
importjava.util.Set;
8
9
9
10
importorg.apache.commons.lang3.StringUtils;
10
11
importorg.slf4j.Logger;
@@ -37,6 +38,10 @@ public static List<String> fromInspectorOptions(NugetInspectorOptions nugetInspe
0 commit comments