@snyk/docker-registry-v2-client
Advanced tools
Comparing version 2.16.0 to 2.16.1
@@ -25,3 +25,3 @@ "use strict"; | ||
async function getAttestationManifest(registryBase, repo, imageReference, username, password, options = {}, platform, callChainObserver = { visitedUrls: [] }) { | ||
return getManifestHelper(registryBase, repo, imageReference, findAttestationManifest, [contentTypes.MANIFEST_LIST_V2, contentTypes.OCI_INDEX_V1], username, password, Object.assign(Object.assign({}, options), { acceptManifest: `${contentTypes.MANIFEST_V2}, ${contentTypes.MANIFEST_LIST_V2}, ${contentTypes.OCI_MANIFEST_V1}` }), platform, callChainObserver); | ||
return getManifestHelper(registryBase, repo, imageReference, findAttestationManifest, [contentTypes.MANIFEST_LIST_V2, contentTypes.OCI_INDEX_V1], username, password, Object.assign(Object.assign({}, options), { acceptManifest: `${contentTypes.MANIFEST_V2}, ${contentTypes.MANIFEST_LIST_V2}, ${contentTypes.OCI_MANIFEST_V1}, ${contentTypes.OCI_INDEX_V1}` }), platform, callChainObserver); | ||
} | ||
@@ -28,0 +28,0 @@ exports.getAttestationManifest = getAttestationManifest; |
@@ -51,3 +51,3 @@ { | ||
}, | ||
"version": "2.16.0" | ||
"version": "2.16.1" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79910