Commit 690b5144 authored by Clement Bois's avatar Clement Bois
Browse files

fix(sbom): force output name

parent 99b5a542
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -621,6 +621,9 @@ gradle-sbom:

        afterEvaluate { project ->
            project.apply plugin: 'org.cyclonedx.bom'
            project.cyclonedxBom {
                outputName = "$GRADLE_SBOM_OUTPUT_FILENAME"
            }
        }
      }
      EOF