Skip to content

Commit

Permalink
Add checksums to artifactory search result
Browse files Browse the repository at this point in the history
  • Loading branch information
Roemer authored Nov 30, 2023
1 parent 7c8a789 commit 8be0611
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gttools/jfrog_artifactory.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ type ArtifactorySearchResultItem struct {
Modified time.Time `json:"modified"`
Type string `json:"type"`
Size int `json:"size"`
Md5 string `json:"actual_md5"`
Sha1 string `json:"actual_sha1"`
Sha256 string `json:"sha256"`
Properties []ArtifactorySearchResultProperty `json:"properties"`
}

Expand Down

0 comments on commit 8be0611

Please sign in to comment.