We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfce9ff commit 8ff476eCopy full SHA for 8ff476e
src/main/scala/com/github/sbt/sbom/BomSbtPlugin.scala
@@ -91,7 +91,7 @@ object BomSbtPlugin extends AutoPlugin {
91
.value,
92
bomConfigurations := Def.taskDyn(BomSbtSettings.bomConfigurationTask((configuration ?).value)).value,
93
packagedArtifacts += {
94
- Artifact(artifact.value.name, "cyclonedx", "xml", "cyclonedx") -> makeBom.value
+ Artifact(artifact.value.name, "cyclonedx", bomFormat.value, "cyclonedx") -> makeBom.value
95
},
96
)
97
}
0 commit comments