Sbom
SBOM Generation
See also
Types
Keys
If given a map, the following keys are supported:
on
— (type: map, sequence of string, or string, alias:true
) detailsrun_phase
— (type: enum (string), known values:before_script
,script
,after_success
,after_failure
, default:after_success
)output_format
— (type: enum (string), known values:cyclonedx-json
,cyclonedx-xml
,spdx-json
, default:cyclonedx-json
)output_dir
— (type: string)input_dir
— (type: sequence of string, or string)
Examples
sbom:
on:
branch:
only:
- master
except:
- develop
condition:
- string
all_branches: true
run_phase: before_script
output_format: cyclonedx-json
sbom: true