Skip to content

Commit ce98a6a

Browse files
committed
sbom support
1 parent 1a61e36 commit ce98a6a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

build.sbt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import sbtghactions.JavaSpec.Distribution.Zulu
2+
import com.github.sbt.sbom._
23

34
// Basic facts
45
name := "jackson-module-scala"
@@ -17,6 +18,8 @@ sonatypeRepository := "s01.oss.sonatype.org"
1718

1819
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
1920

21+
bomFormat := "xml"
22+
2023
val jacksonVersion = "3.0.0-rc1-SNAPSHOT"
2124

2225
publishTo := {

project/plugins.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0")
1313
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
1414

1515
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32")
16+
17+
addSbtPlugin("com.github.sbt" %% "sbt-sbom" % "0.4.0")

0 commit comments

Comments
 (0)