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
+1-3
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,7 @@ For AirGap, please use our [Artifactory](https://sig-repo.synopsys.com/webapp/#/
34
34
35
35
The latest quickstart documentation is [here](https://sig-product-docs.synopsys.com/bundle/integrations-detect/page/gettingstarted/quickstart.html).
36
36
37
-
The latest full documentation is [here](https://sig-product-docs.synopsys.com/bundle/integrations-detect/page/introduction.html).
38
-
39
-
Links to certain earlier versions can be found [here](https://community.synopsys.com/s/user-guide-archive).
37
+
The latest full documentation and archived documentation in PDF format is [here](https://sig-product-docs.synopsys.com/bundle/integrations-detect/page/introduction.html).
Copy file name to clipboardexpand all lines: documentation/src/main/markdown/components/inspectors.md
+11-11
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@
2
2
3
3
An inspector is typically a plugin that a [solution_name] detector uses to access the internal resources of a package manager through its API.
4
4
5
-
There are currently three inspectors that [solution_name] might download and one inspector it has internally.
5
+
There are currently three inspectors that [solution_name] might download, and one internally coded inspector.
6
6
7
-
If [solution_name] decides that your package manager needs an external inspector you must either be online or have the applicable air gap files.
7
+
If [solution_name] decides that your package manager requires an external inspector you must either be online or have the applicable air gap files available.
8
8
9
9
## Gradle inspector
10
10
11
-
For Gradle a common integrations library is added as a dependency to a temporary Gradle script file that is executed by the [solution_name] Gradle detector.
11
+
For Gradle, a common integrations library is added as a dependency to a temporary Gradle script file that is executed by the [solution_name] Gradle detector.
12
12
13
-
If you are online the Synopsys Artifactory instance is added as a Maven repository and the library is downloaded by Gradle.
14
-
If you are offline the air gap library jar files are added as classpath file dependencies.
13
+
If you are online, the Synopsys Artifactory instance is added as a Maven repository and the library is downloaded by Gradle.
14
+
If you are offline, the air gap library jar files are added as classpath file dependencies.
15
15
16
16
In both cases, the [solution_name] Gradle detector executes the custom Gradle script mentioned above, which invokes a custom Gradle task.
17
17
@@ -21,21 +21,21 @@ The source code for the library is located at [GitHub](https://github.com/blackd
21
21
22
22
The Docker Inspector is available as a Java jar file or shell script for Linux or Mac.
23
23
24
-
If you are online the Synopsys Artifactory instance is used to download the Docker Inspector jar file.
24
+
If you are online, the Synopsys Artifactory instance is used to download the Docker Inspector jar file.
25
25
26
-
If you are offline the Docker Inspector jar file and required Docker image tar files are sourced from the provided path to the Docker Inspector air gap files.
26
+
If you are offline, the Docker Inspector jar file and required Docker image tar files are sourced from the path provided to the Docker Inspector air gap files.
27
27
[solution_name] loads the Docker images (container-based services that Docker Inspector depends on) from the provided image tar files so they are available to the Docker Inspector.
28
28
29
29
In either case the Docker Inspector jar is run by default which uses your Docker engine to start and stop the container-based services.
30
30
31
-
The source code for Docker Inspector is located at [GitHub](https://github.com/blackducksoftware/blackduck-docker-inspector).
31
+
The source code for Docker Inspector is located at [GitHub](https://github.com/blackducksoftware/detect-docker-inspector).
32
32
33
33
## NuGet Inspector
34
34
35
-
The NuGet inspector is available as an independent executable for Windows, Linux and Mac.
35
+
The NuGet inspector is available as an independent executable for Windows, Linux, and Mac.
36
36
37
-
If you are online the Synopsys Artifactory instance is used to download the applicable NuGet inspector which is then unzipped and the runtime files are located.
38
-
If you are offline the air gap inspector runtime files are located at the provided path.
37
+
If you are online, the Synopsys Artifactory instance is used to download the applicable NuGet inspector which is then unzipped and the runtime files are located.
38
+
If you are offline, the air gap inspector runtime files are located at the provided path.
39
39
40
40
In either case the located executable is run which communicates with NuGet and the dotnet build system.
Copy file name to clipboardexpand all lines: documentation/src/main/markdown/currentreleasenotes.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@
11
11
* (IDETECT-4164) Improved Component Location Analysis parser support for package managers like Poetry that employ variable delimiters, for better location accuracy.
12
12
* (IDETECT-4171) Improved Component Location Analysis data validation support for package managers like NPM.
13
13
* (IDETECT-4174) Resolved an issue where [solution_name] was not sending the container scan size to [blackduck_product_name] server, resulting in [blackduck_product_name]'s "Scans" page reporting the size as zero.
14
-
* (IDETECT-4176) The FULL_SNIPPET_MATCHING and FULL_SNIPPET_MATCHING_ONLY options, currently controlled via registration key, for the --detect.blackduck.signature.scanner.snippet.matching property will be deprecated in the next major release of [solution_name].
14
+
* (IDETECT-4176) The FULL_SNIPPET_MATCHING and FULL_SNIPPET_MATCHING_ONLY options, currently controlled via registration key, for the --detect.blackduck.signature.scanner.snippet.matching property are deprecated and will be removed in the next major release of [solution_name].
15
15
16
16
### Dependency updates
17
17
18
-
* Updated Guava library from 31.1 to 32.1.2 to resolve high severity [CVE-2023-2976](https://nvd.nist.gov/vuln/detail/CVE-2023-2976).
18
+
* Updated Guava library from 31.1 to 32.1.2 to resolve high severity [CVE-2023-2976](https://nvd.nist.gov/vuln/detail/CVE-2023-2976).
0 commit comments