Skip to content

Commit

Permalink
finalize sbom
Browse files Browse the repository at this point in the history
  • Loading branch information
alina-yur committed Aug 16, 2024
1 parent a6fc33d commit 6e738f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ build/

### VS Code ###
.vscode/

### Other ###
sbom.json
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,8 @@
<configuration>
<imageName>demo-sbom</imageName>
<buildArgs>
<buildArg>--enable-sbom=classpath</buildArg> <!-- -
-enable-sbom=embed
for embedded sbom,-
-enable-sbom=classpath for a classpath sbom, -->
<buildArg>--enable-sbom=classpath,embed</buildArg> <!-- use `embed`
for embedded sbom,`classpath` for a classpath sbom -->
<buildArg>--emit=build-report</buildArg>
</buildArgs>
</configuration>
Expand Down

0 comments on commit 6e738f8

Please sign in to comment.