Skip to content

Commit 21e99b9

Browse files
authored
Merge pull request #1072 from blackducksoftware/cp_IDETECT-4273_doc
company_name fix
2 parents 3200e93 + fd8f854 commit 21e99b9

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

documentation/src/main/markdown/currentreleasenotes.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
### New features
66

7-
* [company_name] [solution_name] now includes the maven embedded or shaded dependencies as part of the Bill of Materials (BOM) via the property --detect.maven.include.shaded.dependencies. See the [detect.maven.include.shaded.dependencies](properties/detectors/maven.md#maven-include-shaded-dependencies) property for more information.
8-
* [company_name] [solution_name] Maven Project Inspector now supports the exclusion of maven dependencies having "\<exclude\>" tags in the pom file.
7+
* [company_name] [solution_name] now includes the Maven embedded or shaded dependencies as part of the Bill of Materials (BOM) via the property --detect.maven.include.shaded.dependencies. See the [detect.maven.include.shaded.dependencies](properties/detectors/maven.md#maven-include-shaded-dependencies) property for more information.
8+
* [company_name] [solution_name] Maven Project Inspector now supports the exclusion of Maven dependencies having "\<exclude\>" tags in the pom file.
99
* [company_name] [solution_name] Maven Project Inspector and Gradle Project Inspector honours effects of dependency scopes during dependency resolution.
1010

1111
### Dependency updates
1212

1313
* Upgraded Project Inspector to version 2024.2.0. Please refer to [Maven](packagemgrs/maven.md), [Gradle](packagemgrs/gradle.md) and [Nuget](packagemgrs/nuget.md) documentation for more information on the changes.
14-
As of version 9.5.0 [company_name][solution_name] will only be compatible with, and support, Project Inspector 2024.2.0 or later.
14+
As of version 9.5.0 [company_name] [solution_name] will only be compatible with, and support, Project Inspector 2024.2.0 or later.

documentation/src/main/markdown/integrations/acr/azurecontainerregistry.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Start in **Pipelines > Library** inside Azure DevOps.
9494
#/bin/bash
9595
#Log in to ACR using the configured Variable Group
9696
docker login <registryname>.azurecr.io -u $(acr.username) -p $(acr.password)
97-
#Call [company_name] [solution_name], passing the Docker Image location
97+
#Call Detect, passing the Docker Image location
9898
bash <(curl -s -L https:‎ //detect.synopsys.com/detect9.sh) \
9999
--blackduck.url=$(blackduck.url) \
100100
--blackduck.api.token=$(blackduck.api.token) \

documentation/src/main/markdown/packagemgrs/docker/advanced.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ the top layer ID for ubuntu:latest changes over time.)
138138
Set the value of the [company_name] [solution_name] property *detect.docker.platform.top.layer.id* to the platform top layer ID.
139139
For example:
140140

141-
{[company_name] [solution_name] command} ... --docker.platform.top.layer.id=sha256:b079b3fa8d1b4b30a71a6e81763ed3da1327abaf0680ed3ed9f00ad1d5de5e7c
141+
{Detect command} ... --docker.platform.top.layer.id=sha256:b079b3fa8d1b4b30a71a6e81763ed3da1327abaf0680ed3ed9f00ad1d5de5e7c
142142

143143
In this mode, the container file system and/or container file system squashed image produced by [docker_inspector_name]
144-
only contains files added to the image by application layers. If the Black Duck signature scanner is run on this file,
144+
only contains files added to the image by application layers. If the [blackduck_product_name] signature scanner is run on this file,
145145
it generates results based only on files found on application layers. This provides the benefit of isolating
146146
application components by excluding platform components. However, there may be some loss in match accuracy from the
147147
signature scanner because in this scenario, the signature scanner may be deprived of some contextual

documentation/src/main/markdown/packagemgrs/gradle.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ The buildless gradle detector uses Project Inspector to find dependencies and do
4646
It currently supports "build.gradle" and does not support Kotlin build files.
4747

4848
As of [company_name] [solution_name] 9.5.0 the version of Project Inspector in use supports the `--build-system GRADLE` argument in place of `--strategy GRADLE`.
49-
The `--force-gradle-repos "url"` argument will be removed from support in the next [company_name][solution_name] major release and replaced with the `--conf "maven.repo:url"` argument.
49+
The `--force-gradle-repos "url"` argument will be removed from support in the next [company_name] [solution_name] major release and replaced with the `--conf "maven.repo:url"` argument.

documentation/src/main/markdown/packagemgrs/maven.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ The Maven Project Inspector detector uses Project Inspector, which currently doe
7373
The Maven Project Inspector includes the shaded dependencies as part of the BOM.
7474

7575
As of [company_name] [solution_name] 9.5.0 the version of Project Inspector in use supports the `--build-system MAVEN` argument in place of `--strategy MAVEN`.
76-
The `--force-maven-repos "url"` argument will be removed from support in the next [company_name][solution_name] major release and replaced with the `--conf "maven.repo:url"` argument.
76+
The `--force-maven-repos "url"` argument will be removed from support in the next [company_name] [solution_name] major release and replaced with the `--conf "maven.repo:url"` argument.

documentation/src/main/markdown/packagemgrs/nuget.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ After discovering dependencies, NuGet client libraries are used to collect furth
7878
In buildless mode, [company_name] [solution_name] uses Project Inspector to find dependencies and only supports `.csproj` and `.sln` files.
7979

8080
As of [company_name] [solution_name] 9.5.0 the version of Project Inspector in use supports the `--build-system MSBUILD` argument in place of `--strategy MSBUILD`.
81-
The `--force-nuget-repos "url"` argument will be removed from support in the next [company_name][solution_name] major release and replaced with the `--conf "nuget.repo:url"` argument.
81+
The `--force-nuget-repos "url"` argument will be removed from support in the next [company_name] [solution_name] major release and replaced with the `--conf "nuget.repo:url"` argument.
8282

8383
### [company_name] [solution_name] NuGet Inspector on Alpine
8484

0 commit comments

Comments
 (0)