Commit 3973fafb authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: fix md formatting

parent 38aa9000
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ Lastly, let's suppose the project production branch is `main`, and 2 software ve

The corresponding Dependency Track project structure **with separate SBOMs strategy** will be:

```
```text
| Project name                                              | Version |
| --------------------------------------------------------- | ------- |
| 📂 acme-program/acme-services                             |         |
@@ -130,7 +130,7 @@ The corresponding Dependency Track project structure **with separate SBOMs strat

The corresponding Dependency Track project structure **with merged SBOMs strategy** will be:

```
```text
| Project name                                         | Version |
| ---------------------------------------------------- | ------- |
| 📂 acme-program/acme-services                        |         |
@@ -138,6 +138,7 @@ The corresponding Dependency Track project structure **with merged SBOMs strateg
| ├─📄 acme-program/acme-services/acme-user-api-merged | 1.0.0   |
| ├─📄 acme-program/acme-services/acme-user-api-merged | 1.1.0   |
| ...
```

> :bulb: this default configuration handles the Dependency Track constraint that each project name has to be globally
> unique in the server.
@@ -192,4 +193,3 @@ Here are some advices about your **secrets** (variables marked with a :lock:):
   simply define its value as the [Base64](https://en.wikipedia.org/wiki/Base64) encoded value prefixed with `@b64@`:
   it will then be possible to mask it and the template will automatically decode it prior to using it.
3. Don't forget to escape special characters (ex: `$` -> `$$`).
```