Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sha-256 and sha-512 are unavailable #12

Open
franchb opened this issue Aug 9, 2022 · 0 comments
Open

sha-256 and sha-512 are unavailable #12

franchb opened this issue Aug 9, 2022 · 0 comments

Comments

@franchb
Copy link

franchb commented Aug 9, 2022

This library only returns sha-1 and md5 for SearchAssets request:

type repositoryItemAssetsChecksum struct {
	Sha1 string `json:"sha1"`
	Md5  string `json:"md5"`
}

Nexus API supports sha-256 and sha-512.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant