Skip to content

Commit c85b427

Browse files
authored
Update sbom-github.md
1 parent f1b1929 commit c85b427

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sbom-github.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,8 @@ By the end of this post, you will clearly understand how to add SBOMs to your so
5858
5959
This adds the bom.xml and bom.json to the release assets.
6060
61-
3. (Maven Central) JReleaser automatically uploads the SBOMs to Maven Central from version 1.6.0.
62-
If running JReleaser locally, make sure to use atleast version 1.6.0 and the SBOMs generated by `cyclonedx-maven-plugin` will be uploaded to Maven Central.
63-
If using the `jreleaser/release-action` action, be aware that even if you use the latest version of the action it can pull different versions of JReleaser. If using atleast version 1.6.0 it will upload the SBOMs to Maven Central.
61+
3. (Maven Central) JReleaser automatically uploads the SBOMs to Maven Central from version 1.6.0, if there is file matching the SBOM file name convention.
62+
Warning: If using the `jreleaser/release-action` action, be aware that even if you use the latest version of the action it can pull different versions of JReleaser, it must be >= 1.6.0.
6463
See example from `maven-lockfile` release action:
6564

6665
```yml

0 commit comments

Comments
 (0)