Skip to content

Commit 7460463

Browse files
add sbom param
1 parent 2be9aef commit 7460463

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build-1es-pipeline.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ parameters:
4242
type: string
4343
default: ' '
4444

45+
- name: test_sbom_validation
46+
displayName: 'Test SBoM Validation Only (Skip Build & Sign Stages)'
47+
type: boolean
48+
default: false
49+
4550
# Do not trigger this pipeline automatically
4651
trigger: none
4752
pr: none

0 commit comments

Comments
 (0)