1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-11-06 09:09:19 +02:00

Include createBOM flag in MTA build (#4629)

* Include createBOM flag in MTA build

* Uncomment bom creation

* Changed sbom path

* Changed source path

* Reverted source path and included folder path to bom

* Test docker image

* Test docker image

* sbom name change

* Removed the redundent log
This commit is contained in:
Manjunath
2023-11-07 09:16:10 +01:00
committed by GitHub
parent 59c2f75ce1
commit ae7bfa5d92
4 changed files with 36 additions and 1 deletions

View File

@@ -227,6 +227,15 @@ spec:
resourceRef:
- name: commonPipelineEnvironment
param: custom/buildSettingsInfo
- name: createBOM
type: bool
description: Creates the bill of materials (BOM) using CycloneDX plugin.
scope:
- GENERAL
- STEPS
- STAGES
- PARAMETERS
default: false
outputs:
resources:
- name: commonPipelineEnvironment