Skip to content

Commit

Permalink
Update docs/security/native-image.md
Browse files Browse the repository at this point in the history
  • Loading branch information
olyagpl committed Apr 22, 2024
1 parent ca44276 commit d5c241a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/security/native-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ Developers should run the `native-image` builder in a dedicated environment, suc
## Software Bill of Materials

GraalVM Native Image can embed a Software Bill of Materials (SBOM) at build time to detect any libraries that may be susceptible to known security vulnerabilities.
Native Image provides the `--enable-sbom` option to embed an SBOM into a native executable.

> Note: Embedding a Software Bill of Materials (SBOM) is not available in GraalVM Community Edition.
Native Image provides the `--enable-sbom` option to embed an SBOM into a native executable (not available in GraalVM Community Edition).

The CycloneDX format is supported and the default.
To embed a CycloneDX SBOM into a native executable, pass the `--enable-sbom` option to the `native-image` command.
Expand Down

0 comments on commit d5c241a

Please sign in to comment.