Skip to content

Commit 4c50c5e

Browse files
committed
improve information for downloadLocation
1 parent c10c255 commit 4c50c5e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

HOWTO/SBOM.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ Fields summary:
200200
- If you are unsure about the name of the `SPDX-TOP-LEVEL-PACKAGE`, take a look at the source SBOM to identify packages (under key `packages` in the SBOM).
201201
- `description`: a brief description of what this vendor library does.
202202
- `copyrightText`: copyright text associated with the top-level package/library/3pp using [SPDX License Identifiers](https://spdx.org/licenses/).
203-
- `downloadLocation`: URI of the vendor library to download.
203+
- `downloadLocation`: URI of the vendor library to download. If using Github, use preferably `https//` rather than `git+https//` or similars.
204+
This is because the download location is used for vulnerability scanning in `.github/scripts/otp-compliance.es`.
204205
- `homepage`: homepage of the vendor library.
205206
- `licenseDeclared`: license as declared by the vendor, following a [SPDX license identifier](https://spdx.org/licenses/).
206207
- `name`: name of the library.

0 commit comments

Comments
 (0)