File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,13 @@ type UpdatePullRequest struct {
3030}
3131
3232type DependencySubmissionRequest struct {
33- Version int8 `json:"version" yaml:"version"`
34- Sha string `json:"sha" yaml:"sha"`
35- Ref string `json:"ref" yaml:"ref"`
36- Job map [string ]any `json:"job" yaml:"job"`
37- Detector map [string ]any `json:"detector" yaml:"detector"`
38- Manifests map [string ]any `json:"manifests" yaml:"manifests"`
33+ Version int8 `json:"version" yaml:"version"`
34+ Sha string `json:"sha" yaml:"sha"`
35+ Ref string `json:"ref" yaml:"ref"`
36+ Job map [string ]any `json:"job" yaml:"job"`
37+ Detector map [string ]any `json:"detector" yaml:"detector"`
38+ Manifests map [string ]any `json:"manifests" yaml:"manifests"`
39+ Metadata map [string ]string `json:"metadata" yaml:"metadata"`
3940}
4041
4142type DependencyFile struct {
You can’t perform that action at this time.
0 commit comments