Skip to content

Commit 2d576f9

Browse files
author
Ish Shah
authored
Add UID Optional field to scorecard config types (#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]>
1 parent f0e01e7 commit 2d576f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)