File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -1348,15 +1348,15 @@ type CommitResponse struct {
13481348}
13491349
13501350type ArtifactDockerFileDescription struct {
1351- Sha * string `json:"sha"`
1352- Name * string `json:"name"`
1353- Path * string `json:"path"`
1354- LastUpdatedAt * string `json:"last_updated_at"`
1355- GitURL * string `json:"git_url"`
1356- HTMLURL * string `json:"html_url"`
1357- URI * string `json:"uri"` // Unique identifier
1358- DockerfileContent string `json:"dockerfile_content"`
1359- DockerfileContentBase64 * string `json:"dockerfile_content_base64"`
1360- Repository map [string ]interface {} `json:"repository"`
1361- Images []string `json:"images"` // New field to store extracted base images
1351+ Sha * string
1352+ Name * string
1353+ Path * string
1354+ LastUpdatedAt * string
1355+ GitURL * string
1356+ HTMLURL * string
1357+ URI * string // Unique identifier
1358+ DockerfileContent string
1359+ DockerfileContentBase64 * string
1360+ Repository map [string ]interface {}
1361+ Images []string // New field to store extracted base images
13621362}
You can’t perform that action at this time.
0 commit comments