Commit 8d48985c authored by Clement Bois's avatar Clement Bois
Browse files

fix(sbom): force output name with format

parent c3164e47
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -618,7 +618,8 @@ gradle-sbom:
        afterEvaluate { project ->
            project.apply plugin: 'org.cyclonedx.bom'
            project.cyclonedxBom {
                outputName = "bom.json"
                outputName = "bom"
                outputFormat = "json"
            }
        }
      }