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