Skip to content

Commit

Permalink
Add UID Optional field to scorecard config types (#110)
Browse files Browse the repository at this point in the history
* Add UID Optional field to scorecard config types

Signed-off-by: Ish Shah <ishah@redhat.com>

* generated changes

Signed-off-by: Ish Shah <ishah@redhat.com>

* repaird generated files

Signed-off-by: Ish Shah <ishah@redhat.com>

* gen manifests

Signed-off-by: Ish Shah <ishah@redhat.com>
  • Loading branch information
Ish Shah authored Jun 15, 2021
1 parent f0e01e7 commit 2d576f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/apis/scorecard/v1alpha3/configuration_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ type StageConfiguration struct {
type TestConfiguration struct {
// Image is the name of the test image.
Image string `json:"image" yaml:"image"`
// UniqueID is is an optional unique test identifier of the test image.
UniqueID string `json:"uniqueID,omitempty" yaml:"uniqueID,omitempty"`
// Entrypoint is a list of commands and arguments passed to the test image.
Entrypoint []string `json:"entrypoint,omitempty" yaml:"entrypoint,omitempty"`
// Labels further describe the test and enable selection.
Expand Down

0 comments on commit 2d576f9

Please sign in to comment.