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
Copy file name to clipboardExpand all lines: README.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,10 +42,16 @@ jobs:
42
42
if-no-files-found: warn
43
43
```
44
44
45
-
[!NOTE]
46
-
For java repositories, the precision and the quality of generated CBOM depends on the scanner's ability
47
-
to resolve symbols defined in the dependencies. We therefore recommend to build all java code prior to scanning
48
-
as shown in above example. `cbomkit-action` auto-constructs a list of directories used by the scanner to search for java dependencies (jar/zip files). By default, this list contains the project directory (cloning target) and the maven/gradle default repository path. The scanning option `CBOMKIT_JAVA_JAR_DIR` allows to append an additional path expression to the default list. This expression may contain wildcards (`*`) to denote arbitrary directories.
45
+
> [!NOTE]
46
+
> For java repositories, the precision and the quality of generated CBOM depends
47
+
> on the scanner's ability to resolve symbols defined in the dependencies. We
48
+
> therefore recommend to build all java code prior to scanning as shown in above
49
+
> example. `cbomkit-action` auto-constructs a list of directories used by the
50
+
> scanner to search for java dependencies (jar/zip files). By default, this list
51
+
> contains the project directory (cloning target) and the maven/gradle default
52
+
> repository path. The scanning option `CBOMKIT_JAVA_JAR_DIR` allows to append
53
+
> an additional path expression to the default list. This expression may contain
54
+
> wildcards (`*`) to denote arbitrary directories.
0 commit comments