Skip to content

Commit 4d90610

Browse files
Ish Shahtimflannagan
authored andcommitted
Add UID Optional field to scorecard config types (openshift#110)
* Add UID Optional field to scorecard config types Signed-off-by: Ish Shah <[email protected]> * generated changes Signed-off-by: Ish Shah <[email protected]> * repaird generated files Signed-off-by: Ish Shah <[email protected]> * gen manifests Signed-off-by: Ish Shah <[email protected]> Upstream-repository: api Upstream-commit: 2d576f968df77fa98e569226090cfd122c72e0cd
1 parent 6dd3f70 commit 4d90610

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

staging/api/pkg/apis/scorecard/v1alpha3/configuration_types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ type StageConfiguration struct {
3434
type TestConfiguration struct {
3535
// Image is the name of the test image.
3636
Image string `json:"image" yaml:"image"`
37+
// UniqueID is is an optional unique test identifier of the test image.
38+
UniqueID string `json:"uniqueID,omitempty" yaml:"uniqueID,omitempty"`
3739
// Entrypoint is a list of commands and arguments passed to the test image.
3840
Entrypoint []string `json:"entrypoint,omitempty" yaml:"entrypoint,omitempty"`
3941
// Labels further describe the test and enable selection.

0 commit comments

Comments
 (0)